Wednesday, February 21, 2018
Saturday, February 17, 2018
Thursday, February 15, 2018
how to create a JFrame part 2 using Constractor in netbeans
How To create a JFrame part 2 using Constractor in netbeans.
To learn JFrame please subscribe my channel:Subscribe:https://www.youtube.com/channel/UCYMYpJYj_L28VkddlCujabw
Facebook: https://web.facebook.com/risan.tushar
Twitter: https://twitter.com/RisanTushar1
Monday, February 12, 2018
URI Problem 1005 Average 1 Solution in C
Code:
#include<stdio.h>
int main()
{
double a,b,media;
scanf("%lf %lf",&a,&b);
media=(((a*3.5)+(b*7.5))/(3.5+7.5));
printf("MEDIA = %.5lf\n",media);
return 0;
}
FOR INFORMATION:
Subscribe:
https://www.youtube.com/channel/UCYMYpJYj_L28VkddlCujabw
Facebook: https://web.facebook.com/risan.tushar
Twitter: https://twitter.com/RisanTushar1
**IF YOU DON'T UNDERSTAND PLEASE SEE THE VIDEO SOLUTION, AND PLEASE SUBSCRIBE MY CHANNEL AND LIKE,SHARE ALSO.**Saturday, February 10, 2018
URI online judge problem 1004
Code:
#include<stdio.h>
int main()
{
int a,b,product;
scanf("%d %d",&a,&b);
product=a*b;
printf("PROD = %d\n",product);
return 0;
}
IF YOU DON'T UNDERSTAND THIS CODE PLEASE WATCH THIS VIDEO,AND PLEASE SUBSCRIBE MY CHANNEL & LIKE,SHARE MY VIDEO.THANK YOU
URI problem 1003
Code:
#include<stdio.h>
int main()
{
int A,B,sum;
scanf("%d %d",&A,&B);
sum=A+B;
printf("SOMA = %d\n",sum);
return 0;
}
IF YOU DON'T UNDERSTAND PLEASE WATCH MY VIDEO ON YOUTUBE AND PLEASE SUBSCRIBE MY CHANNEL AND LIKE,COMMENT & SHARE PLEASE.URI problem 1002 Solution
Code:
#include <stdio.h>
int main()
{
double A,R;
scanf("%lf",&R);
A = 3.14159 *(R * R);
printf("A=%0.4lf\n",A);
return 0;
}
int main()
{
double A,R;
scanf("%lf",&R);
A = 3.14159 *(R * R);
printf("A=%0.4lf\n",A);
return 0;
}
Subscribe to:
Posts (Atom)
Featured Post
-
//**Before starting the installation please disconnect your all wired or wireless connection having internet access**// • Fi...