Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please help with the short tasks in c++ 6. Have the user choose a number between 1 and 100 . Use a while loop to
please help with the short tasks in c++
6. Have the user choose a number between 1 and 100 . Use a while loop to let the computer guess the random number. The user should tell the computer if the guess is HIGH of LOW and the computer should adjust accordingly, until it figures out the number. 7. Create a function that takes in a number and outputs a box of stars of that size. 8. Create a function that takes in a number and outputs all the primes up until and including that number. 9. Create a function named ALICE that calls another named BOB. Each function should say it's name when it is called. 10. Create a function that takes in X and adds 2 to it using pass by reference Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started