top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
123-456-7890
Home
Blog
More
Use tab to navigate through the menu items.
Prog Mania
Education
Recent Posts
PHP program to convert 12HR time Format into 24HR time format.
PHP program to find the last non-repeating character in a String.
Inheritance program in Java
Archive
November 2017
(2)
2 posts
October 2017
(2)
2 posts
September 2017
(1)
1 post
June 2017
(1)
1 post
May 2016
(1)
1 post
Tags
professional video
(1)
1 post
video production tips
(1)
1 post
Inheritance program in Java
source code: import java.util.Scanner; class father{ String name; int age; void get(){ Scanner sc=new Scanner(System.in); ...
Java programs to print Numeric patterns.
Program 1: import java.util.Scanner; class patt2dArray2{ public static void main(String[] args) { int a[][] = new int[5][5]; int i,j; ...
bottom of page