Write a program to display the numbers in the below format using for loops?
1 2 3 4
5 6 7 8
9 10 11 12
and
Write a program to display the numbers in the below format using for loops.
1
2 3
4 5 6
7 8 9 10
Answer Posted / vamsi
Write a program to display the numbers in the below format using for loops.
1
2 3
4 5 6
7 8 9 10
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain few date functions in vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
How should i Create Email invite with server-side Coding?
What is the use of the instr function?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Both Static and dynamic arrays are handled by VB script. Is it true?
When does ‘on click of button’ event gets triggered in the vbscript language?
where can i learn VB scripint ?
Which function is used to perform string comparison?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
How to open browser in vb script?
why variable name should not exceed 255 characters?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
What is byref and byval parameters in vbscript?