Write a line of code to create a constant called MAX that will hold the size of an array that can store up to 25 decimal values. Separate each item with 1 space, and end the line with a semi-colon.
1 answer:
Answer:
A line of code to create a constant called MAX that will hold the size of an array that can store up to 25 decimal values. Separate each item with 1 space, and end the line with a semi-colon.
Here,
const int MAX = 25;
You might be interested in
Answer:
1 . 5 bytes
Explanation:
I byte = 8 bit . . . .
Goin to make great profit
Answer:
#include<iostream>
using namespace std;
int main()
{
int userNum;
userNum=9;
while(userNum>=0)
{
cout<<"Body"<<endl;
cin>>userNum;
}
cout<<"Done"<<endl;
return 0;
}
Explanation:
Use the userNum >= 0 expression that executes the loop while the user enters a number greater than or equal to 0. Print the userNum inside the while loop.
Answer:
translate it
Explanation:
<span>The encapsulation unit on the presentation layer of the OSI model is the Data link layer (2).</span>