0% found this document useful (0 votes)
30 views1 page

Java Assignment 1

The document discusses a Java assignment to write a program with methods in a class to perform arithmetic operations like addition, subtraction, multiplication, division, and modulo on user inputted values using the Scanner class. It provides instructions to write and test the code, then copy the output and questions into a document file to submit as a PDF.

Uploaded by

ghhvhhbh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views1 page

Java Assignment 1

The document discusses a Java assignment to write a program with methods in a class to perform arithmetic operations like addition, subtraction, multiplication, division, and modulo on user inputted values using the Scanner class. It provides instructions to write and test the code, then copy the output and questions into a document file to submit as a PDF.

Uploaded by

ghhvhhbh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

JAVA ASSIGNMENT 1

1. Write a program to perform different arithmetic operations (i.e., +, -, *, / and %)


in different methods using class and object. You need to take suitable inputs from the user using
Scanner class.

Submission procedures:
You need to write the program using any IDE and then execute the code. After execution,
copy the code and output and paste it in a doc file. Arrange the file in proper manner so that
the question and its relevant solution is clearly understandable. Finally Submit it in PDF
FORMAT ONLY.

You might also like