Solution:
Fundamental types of data, such as strings, integers, and real numbers, are known as primative data type.
Primitive data structures are char, int, float, double. ... There comes derived data structures and user defined data structures. Derived data structures are also provided by the system but are made using premitives like an array, a derived data. It can be array of chars, array of ints.
Thus the right answer is primative data type.
Poke hole with thin but strong object
Or buy new sharpener
Answer:
10. Start
20. Enter Width of the room (W)
30. Enter length of the room (L)
40. LET Area = L * W
50. Output Area
60. End
Explanation:
The flowchart is attached to this answer as an attachment.