Bsbsnsnsnsn jajwjemoeododhdhdw whajsjshtzzvsssnxbba. 3
Answer:
Type right under my comment
Explanation:
Look in comments
Answer:
import java.io.*;
import java.util.Scanner;
class divide {
public static void main (String[] args) {
Scanner num=new Scanner(System.in);//scanner object.
int userNum=num.nextInt();
while(userNum>1)//while loop.
{
userNum/=2;//dividing the userNum.
System.out.print(userNum+" ");//printing the userNum.
}
}
}
Input:-
40
Output:-
20 10 5 2 1
Input:-
2
Output:-
1
Input:-
0
Output:-
No Output
Input:-
-1
Output:-
No Output.
Explanation:
In the program While loop is used.In the while loop it divides the userNum by 2 in each iteration and prints the value of userNum.The inputs and corresponding outputs are written in the answer.
Answer:
A security utility program that scans the system for small programs that interfere with how a computer functions are _____ utilities.
Explanation:
Answer:
D to Protect sensitive data, Enterprise has certain security features and is mostly used in business settings.