Question: Note: Please write code using syntax taught in our class assignments. You may use your books, and prior assignments. Your submission should represent your own

Note: Please write code using syntax taught in our class assignments. You may use your books, and prior assignments. Your submission should represent your own work. Save all code in your VCASTLE Pod, with file names as indicated in this assignment.
Task 1 Pseudocode
Now you are going to create pseudocode for three functions: GoodbyeWorld, CheckOdd, and DaysTillGrad along with the main program. These functions should work together to read, write and append a line onto a file.
Lets start with the pseudocode
Function GoodbyeWorld
Printout Goodbye World)
End.
Function CheckRange
Check to see if the user has entered a number which is 100 or greater. Tell them the number they entered, and if their entry was greater than 100 or not. In other words, you could say, You entered the number 2, and your entry is less than 100.
End.
Function DaysTillGrad
Ask the user for their Graduation Date, and calculate the number of days until graduation.
Tell the user the current date and time, with a message saying, It is currently....date and time.) Note: it doesnt matter how you format the current date and time.
End.
Program Main
Call all three new functions
End.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!