Write a program to accept numbers from the user till 0 is entered and find the number of positive and number of negative numbers entered by the user
Answers
Answered by
0
import java.io.*
class ABC
{
public static void main () throws ioexception
{
int a;
a= integer parse.int ()
system.out.println (enter the no.)
class ABC
{
public static void main () throws ioexception
{
int a;
a= integer parse.int ()
system.out.println (enter the no.)
Shivanshjaiswal:
But how will i get to know that 0 is entered and how will i find number of positive and number of negative number
Similar questions