Answer:
division
Explanation:
/ in programming language is divide ÷
<u>Answer:</u>
- <em>software engineer
</em>
- <em>hardware engineer
</em>
- <em>systems analyst
</em>
- <em>database administrator
</em>
- <em>computer support specialist</em>
<u>Explanation:</u>
- <em>Software engineer:</em> This deals with the application development where engineers develop application related to system software and application software which is used for commercial purposes.
- <em>Hardware engineer:</em> Deals with problem in the hardware viz keyboard, mouse, mother board and other internal parts and also with network.
- <em>Systems analyst: </em>This is once again a profession which deals with the internal problems of the system and also to install softwares and troubleshoot if issues arise.
- <em>Database administrator: </em>Maintains the database, fix errors, monitor data, etc
- <em>Computer support specialist:</em> The responsibility depends on the company and it will be similar to a clerical role.
Lawyer This option is irrelevant
Answer:
O relational
Explanation:
If I'm wrong I'm so so sorry! But form my research it keeps saying its relational.
If I'm right please give me brainliest I really need it to level up so please help me!
If you don't know how to give brainliest there should be a crown underneath my answer you just have to click it.
Thank you and have a wonderful night,morning,afternoon/day! :D
You can do something like this :
Scanner sc = new Scanner(System.in);
int[] nums = new int[4];
for(int i = 0; i < nums.length; i++) {
System.out.println("Enter next number: ");
nums[i] = sc.nextInt();
Read the instructions right, youll get ir done