Question: using Java 1. Write a program to input and count the number of positive and negative numbers from the given numbers. Use: If statement(cond) Sample
1. Write a program to input and count the number of positive and negative numbers from the given numbers. Use: If statement(cond) Sample output: 100 -90 80 -70 Expected output: Print +ve numbers: 100,80 Print-ve numbers: -90, -70
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
