Computer | PHP | NET | JAVA | c/C++ | Wordpress | Shivakant Gupta| wordpress | joomla | hosting | domain
Sunday, 11 July 2021
This post has a number of programs on various well- known series written in java (Bluej). Quite helpful for ICSE (class 9th and 10th) students.
Pythagorean Triplets:
//Program to print the Pythagorean triplets from 1 to 200
//A Pythagorean triplet is one that satisfies the condition
//h*h=b*b+ht*ht for a right-angled triangle
public class pythgorean
{
public void finfPythagorean()
{
int b,ht,hy;
for(b=1; b<=200;b++)
{
for(ht=1;ht<=200;ht++)
{
for(hy=1;hy<=200;hy++)
{
if(ht
Subscribe to:
Post Comments (Atom)
Featured post
Life Infotech now a leading brand in the field of technology training
Life Infotech now a leading brand in the field of technology training & its invites students around the nation to be a part of the Tra...
-
S.N Website 1 http://shetoldme.com 2 http://urlsuggest.com 3 http://socialconnection.in 4 http://bookmark4seo.com 5 http://thevartal...
-
Posting ads is a good idea to promote any business online . For this we have got another latest list of top 100 free classified websites...
-
<<<<HTML Introduction>>>> Example <html> <body> <h...
No comments:
Post a Comment