Using the Windows Starter Visual Studio project create the following five programs.
1. Write a program that will store address information in unique values and
then display the full address in a window at runtime (10pts).
Example:
Sam Coder
1 Main Street
Kansas City, MO 64000
2. Write a program that will swap the City and State fields and
then display the full address in a window at runtime (10pts).
Example:
Sam Coder
1 Main Street
MO, Kansas City 64000
3. Write a program that will add the following numbers together: 21, 20, 19
then display the results in a window at runtime (10pts).
4. Write a program that will multiply the following numbers together: 5, 10, 15
then display the results in a window at runtime (10pts).
5. Write the temp program found on page 119 Figure 4.23 (10pts)
Submission Details:
Copy each program into its own text file and then upload each text file.
Note: Do not zip the files or you will lose points when graded.
The text file names:
Lab4_1.txt
Lab4_2.txt
Lab4_3.txt
Lab4_4.txt
Lab4_5.txt


0 comments