<span>Client software, Internet connection and Internet address</span>
Answer:
class Program {
public static void Main (string[] args) {
double number = 1.0;
while(number >= 0.001) {
Console.WriteLine (number);
number /= 2;
}
}
}
Explanation:
Always think carefully about what is in the condition of the while statement. In this case, you want the loop to be executed as long as the number is larger than or equal to 0.001.
Answer:
office online
Explanation:
office online is a free online version of Microsoft office suite. it includes Microsoft word, Microsoft excel, Microsoft power point, one note. It allows users to create and edit files online.
Answer:
The file type that uses equations instead of pixels are D.EPS or vector files
Explanation: