Jump to content
Hash, Inc. - Animation:Master

C++ 2023 Week 4


robcat2075

Recommended Posts

  • Hash Fellow

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

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...