Computer Science, asked by shashi007, 1 year ago

5.WAP to perform Modular division of two given numbers 90 and 3 IN JAVA ONLY.

Answers

Answered by Akash2910
1
class abc
{
public void main()
{
System.out.println(90%3);
}
}
Hope it helps.
Similar questions