//1) Declare a named constant called TRI that holds value 3 in it //2) Declares a variable names my value and another y
Posted: Sun May 15, 2022 11:48 am
//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++
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++