Learn Java Typecast through simple programs Hi friend, This blog will help to better understanding of typecasting of datatypes in Java. PROGRAM: public class TypeCasting { public static void main(String[] args) { int a = 140;… Posted by By Payilagam Team October 29, 2017Posted inBlogs
Alphabet in ZigZag Pattern with Answer Hi Friend, Today we can see about how alphabets can be displayed in ZigZag pattern using array method in Java. Here i made it in 5 row. It can be… Posted by By Payilagam Team September 3, 2017Posted inBlogs