//1) Declare a named constant called TRI that holds value 3 in it //2) Declares a variable names my value and another y

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

//1) Declare a named constant called TRI that holds value 3 in it //2) Declares a variable names my value and another y

Post by answerhappygod »

//1) Declare a named constant called TRI that holds value 3 in
it
//2) Declares a variable names my value and another your value that
hold whole numbers
//3) Declares a variable named first name that hold first name as
text
//4) Promt user to"please enter youur first name:
//5) Reade the value from the keyborad and sotres it in the
firstname
//6) Promts the user to "Enter a whole number so I calculate its
quadruple"
//7) reads the value from the keyboard and stores it in
myvalue
//8) calculates the quadruple of myvalue and stores the result in
yourvalue
In C++
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply