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? Q2](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2021/04/608a4a3ae8b2b_1619675706606.jpg)

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 float decimal50 this is declaration of an array for the fl... View full answer
Get step-by-step solutions from verified subject matter experts
