CODING JOY

The stunning potpourri of coding and mundane life

post1

Emirp Number in C

6 minutes
blog1

Mersenne Prime

4 minutes
post1

Currency Converter GUI using Java AWT

10 minutes
post1

Animated Split Pyramid

6 minutes
post1

Xylem and Phloem Number in C++

4 minutes
blog1
Cholestrol Level Analyzer GUI in Python

Based on the readings of total cholesterol, LDL cholesterol,HDL cholesterol and triglycerides of a patient’s blood sample taken in mg/dL obtained from Cholesterol Test/ Lipid Profile, the task at hand is to interpret ............


blog1
Generating Padovan Sequence in Python

The Padovan Sequence is a special type of sequence in which the n’th term is determined by the recurrence relation; P(n)=P(n-2)+P(n-3).........


blog1
Displaying an Animated Cross Pattern using Threads

The cross pattern can be generated by using certain nested loops and the animation is achieved through ............


blog1
Angel Number in C++

An angel number is a number in which there is an uncanny repitition of digits, giving a feeling of a divine message..........