Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

CIS247 Week 1 Lab, DesignProgram Description:Basic User InterfaceThis program creates the basic user interface code that can be used in the following week’s iLabassignments

I will need help with the attached assignment. Thank you.

CIS247 Week 1 Lab, DesignProgram Description:Basic User InterfaceThis program creates the basic user interface code that can be used in the following week’s iLabassignments.The assignment will help you get started using the programming environment and somepractice with coding.You will also be able to re-use much, if not all, of the code in later assignments.In this program, you will create the following methods:1.DisplayApplicationInformation, which will provide the program user some basic informationabout the program.2.DisplayDivider, which will provide a meaningful output separator between different sections ofthe program output.3.GetInput, which is a generalized function that will prompt the user for a specific type ofinformation, then return the string representation of the user input.4.TerminateApplication, which provides a program termination message and then terminates theapplication.Using these methods, you will construct a program that prompts the user for the following:1.Your name, which will be a string data type2.Your age, which will be an integer data type3.The gas mileage for your car, which will be a double data type4.Display the collected informationAlso, note that the program should contain a well document program header.Pseudocode//Program Header//Program Name:Basic User Interface//Programmer:Your Name//CIS247, Week 1 Lab//Program Description:PROVIDE A DESCRIPTITON OF THE PROGRAMStart main//declare variablesinput as stringname as stringage as integermileage as doublecall DisplayApplicationInformationcall DisplayDivider(“Start Program”)call DisplayDivider(“Get Name”)set name = GetInput(“Your Name”)display “Your name is: “ + namecall DisplayDivider(“Get Age”)set input = GetInput(“Your Age”)set age = convert input to integerdisplay “Your age is: “ + agecall DisplayDivider(“Get Mileage”)set input = GetInput(“Gas Mileage”)
Background image of page 1
 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"