Math, asked by yadavanita9042, 1 day ago

Write 10 by using four 3s.
ANSWER IT TRICKY ONE

Answers

Answered by SURAJSAINI69
1

Answer:

public class KboatSeries

{

public static void main(String args[]) {

for (int i = 1; i <= 10; i++) {

System.out.print((i * i + 1) + " ");

}

}

}

Answered by shashilatatiwari79
1

Answer:

it was easy one though

(3×3)+(3/3)=10

yep..☺️

Similar questions