Skip to content

I am sharing my journey of studying a course on Programming in Java taught by Prof.Debasis Samanta Sir IIT Kharagpur

Notifications You must be signed in to change notification settings

omunite215/NPTEL-Programming-in-Java-Ultimate-Guide

This branch is 1 commit ahead of, 8 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 10, 2023
a89b8e5 · Nov 10, 2023

History

12 Commits
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023

Repository files navigation

Java Week 1:Q1 To find the perimeter and area of a circle given a value of radius.

Java Week 1:Q2 To find the largest among three numbers x, y, and z.

Java Week 1:Q3 Consider First n even numbers starting from zero(0) and calculate sum of all the numbers divisible by 3 from 0 to n. Print the sum.

Java Week 1:Q4 To check whether the number is an Armstrong number or not.

Java Week 1:Q5 To help Ram , find the highest mark and average mark secured by him in "s" number of subjects.