Complete the following table
Attachments:
Answers
Answered by
1
Answer:
fiiffbjfvjyggvj
Explanation:
church MO hcbj
Answered by
1
Answer:
for input
syntax:- import java.util.*;
class UserInputDemo.
{
public static void main(String[] args)
{
Scanner sc= new Scanner(System.in); //System.in is a standard input stream.
System.out.print("Enter first number- ");
int a= sc.nextInt();
Explanation:
it is used to input values
Similar questions