Advertisement
akosiraff

Variables Expressions Statements

Jun 15th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/variables-expressions-statements/
  3. Instructions
  4. Week2 Homework1 – Variables, expressions, & Statements
  5. Write a program that initializes three integer variables to 35, 67, and 452 and outputs their sum and their product.
  6. Your program output should look like this sample output:
  7. Deliverables:
  8. Use the attached solution submission template when you submit your deliverables. Your deliverable is a Word document that includes:
  9. 1. Zip file of all of your VS project files so that it could be loaded and run in another VS
  10. 2. A copy of your source code
  11. 3. Screenshot of your output
  12. 4. Explanation of your work and how you arrived at your solution
  13.  
  14. Download: http://solutionzip.com/downloads/variables-expressions-statements/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement