employer cover photo
employer logo
employer logo

Seagate Technology

Is this your company?

Seagate Technology interview question

write multiplication tables for given n numbers

Interview Answer

Anonymous

13 Feb 2017

for (i=0; i<=n;i++) { for(j=1;j<=15;J++) { product = i *j; print } }