NPTEL » Programming In Java July 2022 NPTEL course
Scroll Down for latest Assignments
Support me : Subscribe to the YouTube Channel : Swayam Solver
Due on 2022-08-11, 23:59 IST
Complete the code segment to find the perimeter and area of a circle given a value of radius .
You should use Math.PI constant in your program. If radius is zero or less than zero then print " please enter non zero positive number ".
Compilation : Passed Public Test Cases: 1 / 1 Passed Note: These tests may not be considered while scoring. Know more .
Due on 2022-08-11, 23:59 IST
Complete the code segment to find the largest among three numbers x,y, and z. You should use if-then-else construct in Java.
Your last recorded submission was on 2022-07-30, 16:46 IST
Select the Language for this assignment. -- Java You may submit any number of times before the due date. The final submission will be considered for grading.
This assignment has Public Test cases. Please click on "Compile & Run" button to see the status of Public test cases. Assignment will be evaluated only after submitting using Submit button below. If you only save as or compile and run the Program , your assignment will not be graded and you will not see your score after the deadline.
Save as D raft C ompile & Run S ubmit R eset
Compilation : Passed Public Test Cases: 1 / 1 Passed Note: These tests may not be considered while scoring. Know more .
Due on 2022-08-11, 23:59 IST
Consider First n even numbers starting from zero(0).Complete the code segment to calculate sum of all the numbers divisible by 3 from 0 to n. Print the sum.
Example: Input: n = 5 ------- 0 2 4 6 8 Even number divisible by 3:0 6 sum:6
Your last recorded submission was on 2022-07-30, 17:34 IST
Select the Language for this assignment. -- Java You may submit any number of times before the due date. The final submission will be considered for grading.
This assignment has Public Test cases. Please click on "Compile & Run" button to see the status of Public test cases. Assignment will be evaluated only after submitting using Submit button below. If you only save as or compile and run the Program , your assignment will not be graded and you will not see your score after the deadline.
Save as D raft C ompile & Run S ubmit R eset
Compilation : Passed Public Test Cases: 1 / 1 Passed Note: These tests may not be considered while scoring. Know more .
Due on 2022-08-11, 23:59 IST
Complete the code segment to check whether the number is an Armstrong number or not.
Armstrong Number: A positive number is called an Armstrong number if it is equal to the sum of cubes of its digits for example 153 = 13 +5 3 +3 3 , 370, 371, 407, etc.
Your last recorded submission was on 2022-07-30, 17:43 IST
Select the Language for this assignment. -- Java You may submit any number of times before the due date. The final submission will be considered for grading.
This assignment has Public Test cases. Please click on "Compile & Run" button to see the status of Public test cases. Assignment will be evaluated only after submitting using Submit button below. If you only save as or compile and run the Program , your assignment will not be graded and you will not see your score after the deadline.
Save as D raft C ompile & Run S ubmit R eset
Compilation : Passed Public Test Cases: 1 / 1 Passed Note: These tests may not be considered while scoring. Know more .
Due on 2022-08-11, 23:59 IST
Complete the code segment to help Ragav , find the highest mark and average mark secured by him in "s" number of subjects.
Your last recorded submission was on 2022-07-30, 17:54 IST
Select the Language for this assignment. -- Java You may submit any number of times before the due date. The final submission will be considered for grading.
This assignment has Public Test cases. Please click on "Compile & Run" button to see the status of Public test cases. Assignment will be evaluated only after submitting using Submit button below. If you only save as or compile and run the Program , your assignment will not be graded and you will not see your score after the deadline.
Save as D raft C ompile & Run S ubmit R eset
Compilation : Passed Public Test Cases: 1 / 1 Passed Note: These tests may not be considered while scoring. Know more .
----------------------------------------------------------------------------------------------------------------------------
Due on 2022-08-11, 23:59 IST
Complete the code segment to call the method print() of class Student first and then call print() method of class School .
NOTE: Don't provide any INPUT in Sample Test Cases
Your last recorded submission was on 2022-08-08, 21:02 IST
Select the Language for this assignment. -- Java You may submit any number of times before the due date. The final submission will be considered for grading.
This assignment has Public Test cases. Please click on "Compile & Run" button to see the status of Public test cases. Assignment will be evaluated only after submitting using Submit button below. If you only save as or compile and run the Program , your assignment will not be graded and you will not see your score after the deadline.
Save as D raft C ompile & Run S ubmit R eset
Compilation : Passed Public Test Cases: 1 / 1 Passed Note: These tests may not be considered while scoring. Know more .
Due on 2022-08-11, 23:59 IST
Complete the code segment to call the method print() of class given class Printer to print the following.
--------------------------------
Hi! I am class STUDENT
Hi! I class SCHOOL. --------------------------------
NOTE: Don't provide any INPUT in Sample Test Cases
Your last recorded submission was on 2022-08-08, 21:02 IST
Select the Language for this assignment. -- Java You may submit any number of times before the due date. The final submission will be considered for grading.
This assignment has Public Test cases. Please click on "Compile & Run" button to see the status of Public test cases. Assignment will be evaluated only after submitting using Submit button below. If you only save as or compile and run the Program , your assignment will not be graded and you will not see your score after the deadline.
Save as D raft C ompile & Run S ubmit R eset
Compilation : Passed Public Test Cases: 1 / 1 Passed Note: These tests may not be considered while scoring. Know more .
Due on 2022-08-11, 23:59 IST
Complete the code segment to call print() method of class Question by creating a method named ‘studentMethod()’.
Your last recorded submission was on 2022-08-08, 21:03 IST
Select the Language for this assignment. -- Java You may submit any number of times before the due date. The final submission will be considered for grading.
This assignment has Public Test cases. Please click on "Compile & Run" button to see the status of Public test cases. Assignment will be evaluated only after submitting using Submit button below. If you only save as or compile and run the Program , your assignment will not be graded and you will not see your score after the deadline.
Save as D raft C ompile & Run S ubmit R eset
Compilation : Passed Public Test Cases: 1 / 1 Passed Note: These tests may not be considered while scoring. Know more .
Due on 2022-08-11, 23:59 IST
Complete the code segment to call default constructor first and then any other constructor in the class.
Your last recorded submission was on 2022-08-08, 21:04 IST
Select the Language for this assignment. -- Java You may submit any number of times before the due date. The final submission will be considered for grading.
This assignment has Public Test cases. Please click on "Compile & Run" button to see the status of Public test cases. Assignment will be evaluated only after submitting using Submit button below. If you only save as or compile and run the Program , your assignment will not be graded and you will not see your score after the deadline.
Save as D raft C ompile & Run S ubmit R eset
Compilation : Passed Public Test Cases: 1 / 1 Passed Note: These tests may not be considered while scoring. Know more .
Due on 2022-08-11, 23:59 IST
Complete the code segment to debug / complete the program which is intended to print 'NPTEL JAVA'.
Your last recorded submission was on 2022-08-08, 21:04 IST
Select the Language for this assignment. -- Java You may submit any number of times before the due date. The final submission will be considered for grading.
This assignment has Public Test cases. Please click on "Compile & Run" button to see the status of Public test cases. Assignment will be evaluated only after submitting using Submit button below. If you only save as or compile and run the Program , your assignment will not be graded and you will not see your score after the deadline.
Save as D raft C ompile & Run S ubmit R eset
Compilation : Passed Public Test Cases: 1 / 1 Passed Note: These tests may not be considered while scoring. Know more .
This will help the creator to continue making quality content...
Have a great day !
No comments:
Post a Comment
Keep your comments reader friendly. Be civil and respectful. No self-promotion or spam. Stick to the topic. Questions welcome.