I don't even know where to start with these. Can someone please write code and explain to me how it works and what each part of the program does? Thank you very much.
#1
I have to write a program that will ask student for his/her first name, then for his/her last name. It will then greet students with Welcome to Our School and his full name. It would then ask student if he/she would like to answer more questions. If a student says no the program will print Goodbye.
If student says yes, the problem will ask student to enter which year of study he/she is in. If student types "first" - the program would assign text "Freshman" to the corresponding variable; If student types "second" - the program would assign text "Sophomore" to the corresponding variable; "third" - the program would assign text " Junior" to the corresponding variable; "fourth" - the program would assign text " Senior" to the corresponding variable. It will then print full student name with a dash corresponding title.
#2
This program will ask user to enter several numbers and will stop once user enters 0. Then it will find the highest and a lowest numbers and will display them to the user