Computer Science, asked by Shivanshjaiswal, 1 year ago

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 vishnu138
0
import java.io.*
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