Coding Wallah Sir

Day 9 - JAVA QUIZ ๐Ÿ”ฅ

Aaj ka sawal apki ๐Ÿ‘€ scanning power check krega logic nahi, so dhyaan se dekho or ams tick kroo

public class TestArray {
public static void main(String[] args) {
int[] arr = {10, 20, 30, 40, 50};
System.out.println(arr[0] + arr[2] + arr[arr.length() - 1]);
}
}


๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰
Bdw students who's interested in PAID COURSE.

๐ŸŽ Special Offer:
Use coupon FREEDOM today & get flat 30% OFF.
๐Ÿ“… Offer valid till midnight, 15th August.

๐Ÿ‘‰ Enroll now & start your journey: www.codingwallah.org/

Check the courses ( JAVA FULL STACK NEW )

Letโ€™s make this Independence Day count for your career growth! ๐Ÿ‡ฎ๐Ÿ‡ณ

2 weeks ago | [YT] | 8



@rohanchavan7262

Arr.length with paranthese error And without paranthese answer is 90

2 weeks ago (edited) | 0

@APEr-t4m

75 เคนเฅˆ But option nahi hai to none

2 weeks ago | 0

@codewithprabhat

arr.length() ร— arr.length โœ“

2 weeks ago | 0