Write a program that will take in basic information from


Write a program that will take in basic information from students, including their names and how many credits they have taken in Network Systems Administration program. The program will then calculate how many credits are needed to graduate. Display should include the student name and the number of credits left to graduate. This should be based on a 90-credit program, where some courses are half credits.

Step 1: This program is most easily solved using just a few variables. Identify potential problems with the following variables declared in the pseudocode.

Step 2: What is wrong with the following calculation?

Step 3: Write the exact output you would expect from the following line of code if the user of the program enters "Nolan Owens"

Step 4: Write the exact output you would expect from the following line of code if the user of the program enters a name of Nolan Owens and has taken 20 credits so far Display "The Network Systems Administration degree is awarded after 90 credits and ", studentName, " has ", creditsLeft, " left to take before graduation."

Step 5: Complete the following pseudocode to solve the programming problem.

Step 6: Launch Raptor or Visio and convert your pseudocode from Lab 2-1 into a flowchart. Depending on which application you are using, select either lab3-2raptor.rap or lab3-2visio.vsd from the Lab 3 folder on the accompanying Lab Demo Media and Startup Files CD to get started. Once you double click on them to open, do a Save As to save it to your workspace. Watch the demo video 3-2 for instructions on how to input, calculate, and output using both applications.

Step 7: The final step is to insert your finished flowchart into a Word document. Inside Raptor, select File and the Print to Clipboard from the menu. If you are using Visio, select Edit, then Select All, then Edit and Copy. In the Word document, select Edit and Paste.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program that will take in basic information from
Reference No:- TGS01083404

Expected delivery within 24 Hours