English, asked by vibudeshwaran2005, 2 months ago

Frame a sentence for the first two patterns and write the patterns of the last two:

S+V+C+A​

Answers

Answered by PrakritiAwasthi
2

class pattern

{

public static void main (String args[])

{

System.out.println("S+V+C+A");

}

}

Similar questions