Â
In this program, we are going to learn how to use variables in Java Programming Language.
// Program to use \t
class Class {
public static void main(String[] args) {
System.out.print("Hello Everyone,\tWelcome to HFC");
}
}
#ENJOY CODING
Post a Comment
FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP