Answer:
thanks my dude I needed it
 
        
                    
             
        
        
        
Answer:
LAN
Explanation:
i am not sure but I think it is lan
 
        
             
        
        
        
Explanation:
#include <iostream.h>
#inlcude<conion.h>
void main()
{
   int count, x;
   clrscr();
   cout<<"Enter the count:";
   cin>> count;
   cout<<"Ready!\n";
   for(x=count;x>0;x--)
   {
      cout<<x<<"\n";
   }
   cout<<"Start";
   getche();
}
This is a simple program where the output is expected to be in reverse order. So we run a for loop starting from the count and decrements the counter by 1 every time when the loop runs and print the value. So to print the output in "new line" we include "\n".
 
        
             
        
        
        
D. Workbook
Hope this helps
        
                    
             
        
        
        
Answer: True 
Explanation:Exception error ,which is also known as the fatal error that arises when there is the program execution going-on and the error occurs suddenly to stop the processing, resulting in the abortion of the execution.This erruptional error is responsible for disturbing the execution flow as well as there are chances of the data getting lost or deleted automatically.