How should I align text to the right?
Here is a part from my code:
System.out.println (subj1 + "\t" + gradesubj1 + "%"); // Subject and Mark for Subject 1
I want to align the output for subj1 to the left.
I want to align the output for gradesubj1 and the rest to the left.
How should I do it?