Write a program that will check java file for syntax errors

Assignment Help JAVA Programming
Reference no: EM132080121

You need help writing this project in Java

Write a program that will check Java file for syntax errors. The program will ask for an input-file name and output-file name and will then copy all the code from the Java input-file to the Jave output file, but with following changes:

Any syntax error found in the Java input file will be corrected:

Missing semicolon

Missing compound statements (Curly braces)

All the comments have to start with // and end with a period

Four spaces should be used as the unit of indention. Tabs must be set exactly every 8 spaces (not 4)

Your program should have a simple GUI (Graphical User Interface). Use ArrayList or LinkedList class to solve the problem.

Thoroughly test your code for any possible input. Do not hardwire the output.

Example Input file: JavaInput.java

//Program to calculate sum of two numbers.

public class TestProgram{

public static void main(String[]args)

{int n1,n2; n1=5; n2=10

int answer=0; answer=n1+n2;

System.out.println(answer);}}

 

Example Output file: JavaOutput.java

//Program to calculate sum of two numbers.

public class TestProgram

{

public static void main(String[]args)

{

int n1,n2;

n1=5; n2=10

int answer=0;

answer=n1+n2;

System.out.println(answer);

}

}

Reference no: EM132080121

Questions Cloud

How much coal has to be burned to light that light bulb : Assuming that the coal power plant is 30% efficient, how much coal has to be burned to light that light bulb for one day?
How would my print statement look like print statement : How would my print statement look like print statement to output float of x,y,z
Assume a frictionless surface : Assume a frictionless surface (so the ball slides without rotating). The acceleration due to gravity is 9.81 m/s2..
Write a program that prompts the user to enter the customer : Write a program that prompts the user to enter the customer first and last name, hourly rate, the total consulting time, and income.
Write a program that will check java file for syntax errors : Write a program that will check Java file for syntax errors. The program will ask for an input-file name and output-file name and will then copy.
Which bucket holds more water : The weight of the rod and empty buckets are negligible compared to the weight of the water. Which bucket holds more water?
Write a function named digit_count that takes one parameter : Write a function named digit_count that takes one parameter that is a number (int or float) and returns a count of even digits, a count of odd digits.
Write r code that implement benjamini-hochberg procedure : Given the data below write R code that implement Benjamini-Hochberg procedure to control false discovery rate without using package.
What is the efficiency of the engine : In one cycle, a heat engine does 380 J of work and releases 700 J of heat to a lower-temperature reservoir.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd