Create Two Java File In NetBeans. In First File Paste This Code For Creating Game Frame: Game Frame Code: import javax.swing.JFrame;...
Read More
Home / Archive for June 2015
UVA-575 Skew Binary
import static java.lang.Math.pow; import java.util.*; import java.math.*; public class Main { public static void main(String[] args)...
Read More
LightOj-1069 Lift
#include <stdio.h> int main() { int t,a,b,e,o,i,f,r,g,s,d; scanf("%d",&t); for(i=1;i<=t;i++) { ...
Read More
LightOj-1225 Pallindrome Numbers
#include <stdio.h> int main() { int t,i,sum,temp,n,j,r; scanf("%d",&t); for(i=1;i<=t;i++) { s...
Read More
Important Basic Programming Question And Solution
1. Write a program that shows the summation of positive integer in between...
Read More
Subscribe to:
Posts
(
Atom
)