Hash Fellow robcat2075 Posted June 26, 2023 Hash Fellow Posted June 26, 2023 We're in the "Basic Syntax" section. Everything in these lessons 6-26 are things you will want to be fluent in. You will need to call them up to your fingers over and over when you are programming. Lesson 8 User Input Now you can finally make a program the user interacts with! The cin statement allows you to get input from the user. Project... ask the user for several related numbers (or text!) then do some relevant processing of them Example project idea: ask the user for their birth year and the current year, then calculate their age. Remember to clearly prompt the user for input and clearly label your output. Lesson 9 Binary Numbers This is just a brief lecture by John Purcell. No assignment, but watch it so you are on the same page with him and his thinking. If you haven't finished projects for Week 3... get them done also. @Roger @Rodney @Shelton Quote
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.