Deloitte Exam Coding questions 2024 | Deloitte BSC BCA Exam Coding Question: If you’re seeking Deloitte Test coding questions and answers of NLA February Month. then you’ve come to the right place. Explore the Deloitte coding question below, as it was presented in the Deloitte Online Exam.
We have added a Screen Shot of Actual Deloitte Online Exam Question for your practice. this question was asked Deloitte BSC BCA Exam Coding Round.
Deloitte National level assessment(NLA) Apply Link:
Deloitte apply link for BE/BTech, ME/MTech, MCA | Click Here |
Deloitte apply link for BSC/BCA | Click Here |
🔴Deloitte NLA Exam Pattern & Syllabus | Click Here |
🔴Deloitte Associate Analyst Exam Pattern & Syllabus | Click Here |
Follow Instagram Job Page Link: | Join Here |
Deloitte Exam Coding questions 2024:
Solution in Java:
import java.util.Scanner;
public class Main
{
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int size = sc.nextInt();
int arr[] = new int[size];
int sum=0;
for (int i = 0; i < size; i++) {
arr[i] = sc.nextInt();
}
for (int i = 0; i < size; i++) {
if(arr[i]%2==0){
sum = sum+arr[i];
}
}
System.out.print(sum);
}
}
Check Other Deloitte BSC BCA Exam Coding Question:
Deloitte Question Link 2: Click Here
Deloitte Question Link 3: Click Here
Video solution of Deloitte Exam Coding questions 2024:
For Daily Jobs & Internship Update Follow Us:
Join Telegram (Must) | Click Here |
Join Experienced Job Telegram | Click Here |
Follow Instagram Job Page Link: | Join Here |