Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Programming Paradigms Laboratory
B.Tech. 4th Semester
Name : Roll Number : Department : Computer Science and Engineering
Faculty of Engineering & Technology
Ramaiah University of Applied Sciences
Faculty Engineering & Technology
Programme B. Tech. in Computer Science and Engineering Year/Semester 2nd Year / 4th Semester Name of the Laboratory Programming Paradigms Laboratory Laboratory Code 19CSL217A Laboratory 1 Title of the Laboratory Exercise: Introduction to Java programming environment with variables, data types and arithmetic operators
1. Questions
a. Develop a Java program to check the input number is positive or negative.
b. Develop a Java program to check whether the input year is leap or not. c. Develop a simple calculator program in java. d. Develop a java program the find the largest of three numbers.