Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is a java program, I keep getting this error and tried as much as I could to get rid of it . Its just

image text in transcribed

This is a java program, I keep getting this error and tried as much as I could to get rid of it . Its just the spacing at the end.

LabProgram.java Load default template... 1 import java.util.Scanner; 3 public class LabProgram { public static void main(String[] args) { Scanner scnr = new Scanner(System.in); double ro = scnr.nextDouble(); // read user fo note double r - Math.pow(2, 1.0 / 12.0); // calculater for (int n = 0; n = 4; n++) { 7 8 a 9 10 11 12 13 14 15 16 17 18 } double currFrequency = r * Math.powcr, n); System.out.printf("%.2f ", currFrequency); } } Develop mode Submit mode When done developing your program, press the Submit for grading button below. This will submit your program for auto-grading. Submit for grading Signature of your work What is this? 2/3.. W10 R10 10 10 10 10 10 10 10 10 10-10101010101010101010 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 ...2/4 Latest submission - 9:10 PM on 02/04/21 Total score: 0 / 10 Only show failing tests Download this submission 1: A above middle CA 0/5 Output is nearly correct; but whitespace differs. See highlights below. Special character legend Input 440.0 Your output 440.00 466.16 493.88 523.25 554.37 Expected output 440.00 466.16 493.88 523.25 554.37 2: A below middle CA 0/5 nutnut is nes e differs See biablicbts below Special character

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Readings In Database Systems

Authors: Michael Stonebraker

2nd Edition

0934613656, 9780934613651

More Books

Students also viewed these Databases questions

Question

Provide examples of Dimensional Tables.

Answered: 1 week ago