write a program that divides 6 by 2 and prints the result on screen
Answers
Answered by
0
Answer:
that answer is 3 ...
and plz guys follow Mee.....
Answered by
2
Answer:
If you want in Java..
class printer{
public static void main{
int a= 6/2;
System.out.println(a);
}}
Similar questions