subject

Edhesive assignment 4 student

in this assignment, you will draw a student schedule by using a while loop. you will ask the user for their first and last names, and then a list of their classes and room numbers.

the loop should stop when they enter stop for their next class.

print the schedule in the same format as the example below. remember to use the tab escape character to make it nicely formatted.
output of the code should be
what is your first name? ada
what is your last name? lovelace
student id: 3456

* *
* lovelace, ada id: 3456 *
* *

* *
enter the next class, stop to end: english 11
enter the room number: 456
* block 1: english 11 room: 456 *
enter the next class, stop to end: government
enter the room number: 143
* block 2: government room: 143 *
enter the next class, stop to end: art history
enter the room number: 943
* block 3: art history room: 943 *
enter the next class, stop to end: algebra ii
enter the room number: 571
* block 4: algebra ii room: 571 *
enter the next class, stop to end: chemistry
enter the room number: 467
* block 5: chemistry room: 467 *
enter the next class, stop to end: ap comp sci
enter the room number: 510
* block 6: ap comp sci room: 510 *
enter the next class, stop to end: stop
* *

* *

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:30
All of the following are characteristics that must be contained in any knowledge representation scheme except
Answers: 3
question
Computers and Technology, 23.06.2019 03:00
Jason, samantha, ravi, sheila, and ankit are preparing for an upcoming marathon. each day of the week, they run a certain number of miles and write them into a notebook. at the end of the week, they would like to know the number of miles run each day, the total miles for the week, and average miles run each day. write a program to them analyze their data. your program must contain parallel arrays: an array to store the names of the runners and a two-dimensional array of five rows and seven columns to store the number of miles run by each runner each day. furthermore, your program must contain at least the following functions: a function to read and store the runners’ names and the numbers of miles run each day; a function to find the total miles run by each runner and the average number of miles run each day; and a function to output the results. (you may assume that the input data is stored in a file and each line of data is in the following form: runnername milesday1 milesday2 milesday3 milesday4 milesday5 milesday6 milesday7.)
Answers: 3
question
Computers and Technology, 23.06.2019 21:20
In microsoft word, when you highlight existing text you want to replace, you're in              a.  advanced mode.    b.  automatic mode.    c.  basic mode.    d.  typeover mode
Answers: 1
question
Computers and Technology, 24.06.2019 00:40
What is the error in the following pseudocode? module main() call raisetopower(2, 1.5) end module module raisetopower(real value, integer power) declare real result set result = value^power display result end module
Answers: 1
You know the right answer?
Edhesive assignment 4 student

in this assignment, you will draw a student schedule by u...
Questions
question
Computers and Technology, 31.01.2020 04:49
Questions on the website: 13722367