Gosta


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I want to create a program that will ask the user 3 times for there firstname, lastname and number, and then store all the results within a matrix or array. So far I can only get it for the last result. Thankyou
n=0 while n ~= 3 a = string(input('Firstname: ' , 's')); b = string(input('Lastname: ' , 's')); c = string(inpu...

7 years ago | 1 answer | 0

1

answer