Answer:
a) printf("%-5.3e",x);
b) printf("%10llu",x);
<h3>
Explanation:</h3>
We can assign any value to x at the start of program:
For Example:
float x = 72.149;
Then in order to print exponential notation, left justified, in field size of 5 with 3 digits after the decimal point, we need to use the following format:
printf("%-5.3e",x);
where e represent exponential notation.
5 represents field size of 5 and 3 represents digits after decimal point.
In order to print x as right justified, in a 11 digit field, we need to use the following format:
printf("%10llu",x);
They are the same just a different name, the main name is video card but some call it a graphics card and others call it a display card
Stores relatively permanent data about an entity
Answer:
use loop
for(int i =10;i>2; i--)
{
System.out.println(i+"\n")
}
=IF(D18>500;D18=0;D18*0,05)