Question: 1Consider the following declaration: float decimal[50]; What is the array name? Q2 You have to define the data type declaration for a variable that

1Consider the following declaration: float decimal[50]; What is the array name? Q2You have to define the data type declaration for a variable that

1Consider the following declaration: float decimal[50]; What is the array name? Q2 You have to define the data type declaration for a variable that will store a string of text of 100 characters. WE You will be referencing the variable as a string and not as a series of individual characters. Assume the variable is called strText. What is the data definition for the variable?

Step by Step Solution

3.37 Rating (172 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

1 float decimal50 this is declaration of an array for the fl... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!