#nice

PYRAMID

WAP TO PRINT THE PYRAMID.     public class Pyramid {     public static void main(String [] args) {         int i,j;         char ch= 'A';         for(i=1;i<=3;++i) {             for(j=1;j<=9;++j) {                 if((i+j)%2==0&&…

ANUBRATA DAS

GOLDBACH NUMBER

WAP to enter a number 'N' and check whether it is a "GoldBach" Number or not. if yes, then also print the pairs of odd prime number pairs of whcich 'N' is a sum. A GoldBach Number is an even number which can be expresed as …

ANUBRATA DAS
1
Load More
That is All

It looks like you're using an ad blocker. We rely on ads to keep our site free, please whitelist us!

Click here to continue

Please whitelist our site to continue enjoying our content.

Whitelist | Close