Deloitte Coding Questions and Answers 2024

  Рет қаралды 23,499

Prep Insta

Prep Insta

Күн бұрын

Пікірлер: 18
@PrepInsta
@PrepInsta 24 күн бұрын
Here is the updated Deloitte NLA Preparation Course for 2025 Hiring: prepinstaprime.com/syllabus/deloitte-nla-syllabus
@suprajabommisetty2434
@suprajabommisetty2434 11 ай бұрын
n=int(input()) res=0 for i in range(n) : v, m=map(int, input(). split()) res+=(v*m) print(res)
@music-my3ms
@music-my3ms 11 ай бұрын
n= int (input("enter the total numbers of nodes in your list")) momentum=0 for i in range(4): m,v=map(int,input("enter mass and velocity sepreated by space ").split()) momentum= momentum+(m*v) print(momentum)
@thorankarthik6567
@thorankarthik6567 Жыл бұрын
n=int(input()) c=0 for i in range(n): p=input() c+=int(p[0])*int(p[2]) print(c)
@AdityaKumar-ln4jk
@AdityaKumar-ln4jk Жыл бұрын
wrong hai bhai
@AdityaKumar-ln4jk
@AdityaKumar-ln4jk Жыл бұрын
x= int(input('number of attributes N ')) c=0 for i in range(x): m,v=map(int,input("enter mass m and velocity v ").split()) c+= m*v print(c)
@uchihasakura4344
@uchihasakura4344 10 ай бұрын
n=int(input("Enter no. of nodes: ")) momentum=0 for i in range(n): m,v=map(int,input().split()) momentum+=(m*v) print(momentum)
@pavanraj8868
@pavanraj8868 Жыл бұрын
import java.util.*; public class Main { public static void main(String[] args) { Scanner sc=new Scanner(System.in); int result=0; int n=sc.nextInt(); for(int i=0;i
@captainlevi9497
@captainlevi9497 2 ай бұрын
hey but they r telling its a linked list right?
@screw6417
@screw6417 11 ай бұрын
Your voice is not clear sir
@christoragav860
@christoragav860 11 ай бұрын
Is python allowed?
@VarunRallabandi
@VarunRallabandi 9 ай бұрын
bro when is the exam?
@letsgoparth
@letsgoparth Жыл бұрын
Should we consider time complexity when writing the code for this assessment?
@Manpreet_saini696
@Manpreet_saini696 Жыл бұрын
Sir process to apply for Deloitte can you please share If anyone knows please share me
@PrepInsta
@PrepInsta Жыл бұрын
Hey, we have a complete video for the same. Kindly check that out.
@Smitha2809
@Smitha2809 Жыл бұрын
import java.util.Scanner; public class CalculateMomentum { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int n = sc.nextInt(); int momentum = 0; for (int i = 0; i < n; i++) { int m = sc.nextInt(); int v = sc.nextInt(); momentum += m * v; } System.out.println(momentum); scanner.close(); } }
@ixvhu8729
@ixvhu8729 11 ай бұрын
Is this correct? Can u explain?
@vallamgurubabu2249
@vallamgurubabu2249 Жыл бұрын
import java.util .*; public class myclass{ public static void main(Stringl] args) { Scanner sc=new Scanner(System.in); int ans=0; int n=sc.nextInt(); for(int i=0;i
Deloitte English Verbal Ability Questions and Answers
55:55
Prep Insta
Рет қаралды 49 М.
Coding Was Hard Until I Learned THESE 5 Things!
7:40
Pooja Dutt
Рет қаралды 1,1 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
TCS Advanced Coding Questions and Answers 2024
16:42
Prep Insta
Рет қаралды 27 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 222 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН