Answered step by step
Verified Expert Solution
Question
1 Approved Answer
help making .java program 5. Negative Decimal Tally by CodeChum Admin We've been giving positive numbers too much attention lately, it's time to let negative
help making .java program
5. Negative Decimal Tally by CodeChum Admin We've been giving positive numbers too much attention lately, it's time to let negative numbers take the spotlight this time! Instructions: 1. Input four float numbers; they could be positive or negative. 2. Only add all inputted negative numbers, and print its sum, up to 2 decimal place. 3. Hint: The previous/latest topic is about if-else-elseif statements, but do we need one here? Instructions 1. Input four decimal numbers, they could be positive or negative. 2. Add all the negative numbers, and print the sum, up to 2 decimal places. Input A line containing four decimals/floats separated by a space. -30.22 10.5 -2.2--1.8 Output A line containing a negative decimal/floats with two decimal places. -34.22
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Problem 1 Negative Decimal Tally To solve this problem we need to input four decimal numbers add all ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started