Anzeige
I-'m new to this and trying to find out how to write a few of these sc.docx
I-'m new to this and trying to find out how to write a few of these sc.docx
Nächste SlideShare
Identify at least one area of consideration that new business face whe (1).docxIdentify at least one area of consideration that new business face whe (1).docx
Wird geladen in ... 3
1 von 2
Anzeige

Más contenido relacionado

Más de rtodd409(20)

Anzeige

I-'m new to this and trying to find out how to write a few of these sc.docx

  1. I'm new to this and trying to find out how to write a few of these scripts: 1. Enter a numeric grade number when prompted "Please enter your grade " and receive the message "You got a(n) <grade>", where grade is the lettergrade you earned. 2. Continue a loop until the user types anything by "Y". 3. Display this month's calendar (look at cal), the current date, and some other date like 5-7- 2003 in the format May 7, 2013. Thanks! Solution Answer for Question: Part 1: var grade; echo "Enter your grade :" read grade echo "You got an "+grade Part 2: char ch = ''; do { // Body echo "Enter y to continue or else quit for any key " read ch; }while(ch != 'y' || ch !='Y') These above are written in psedo code
Anzeige