Basics Programs in JAVA
81 / 265
Input : NA
Output : NA
Tags:CA Technologies
82 / 265
Input : NA
Output : NA
Tags:CA Technologies
83 / 265
Input : NA
Output : NA
Tags:CA Technologies
84 / 265
Input : NA
Output : NA
Tags:CA Technologies
85 / 265
Input : NA
Output : NA
Tags:CA Technologies
86 / 265
Input : NA
Output : NA
Tags:Cavium Networks
87 / 265
Input : NA
Output : NA
Tags:Cavium Networks
88 / 265
Input : NA
Output : NA
Tags:Cavium Networks
89 / 265
Input : NA
Output : NA
Tags:Cavium Networks
90 / 265
Ex.
| 1 2 3 4 |
| 5 6 7 8 |
| 9 10 11 12 |
| 13 14 15 16 |
OutPut:
For i=0
1 2 3 4 8 12 16 15 14 12 9 5 6 7 11 10
for i=1
1 5 9 13 14 15 16 12 8 4 3 2 6 10 11 7
Input : NA
Output : NA
Tags:Cavium Networks
You can practice the basics and standard Basics programs given at page 9, asked at freshers or experienced level job interview. Practice our hand-picked page 9 Basics coding interview questions asked in coding round of various it companies and exams. You can programed these given question in any language, you can post your answer and same time you can review other users answer. It is always recommanded to write your own Basics coding questions answer first and then refer others answers. At this page 9 we have covers all the Basics coding questions in 2020 and previously asked in their Interview round or coding rounds.
Top Kudos Contributor
Trending Programming Qs.
- Given a string, say sentence=" this is crazy and fun" and a list, say ...
- Write a program to print next to the last word of a sentence.
- Write a program to generate a simple pattern. 1 12 123 1234 123 ...
- There are many cars parked in the parking lot. The parking is a straig...
- Write fibonacci series program. INPUT: 10 term OUTPUT: 0 1 1 2 3 5...
- Write a program to print next to the last word of a sentence.
Last Month Contributor
- Write a program to print next to the last word of a sentence.
- Write a program to convert uppercase to lower case and vice versa of a...
- Given a string, say sentence=" this is crazy and fun" and a list, say ...
- Write a program to remove the vowels from the input string.
- Write fibonacci series program. INPUT: 10 term OUTPUT: 0 1 1 2 3 5...