Deloitte Previous Year Coding Questions | Deloitte Programing Questions | 2023 Batch | Ques - 2

Deloitte Previous Year Coding Questions | Deloitte Programing Questions | 2023 Batch | Ques - 2

Code Bashers

1 год назад

2,841 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sushanthchandan4263
@sushanthchandan4263 - 24.10.2023 13:55

Please make videos on analyst trainee position ECE interview's.

Ответить
@abhishekkumarsingh611
@abhishekkumarsingh611 - 27.06.2023 21:47

java code;

String str = sc.next();
int spstring = 1;
for (int i = 2; i < str.length(); i+=2) {
if(str.charAt(i)!=str.charAt(0)){
spstring=0;
break;
}
}
System.out.println(spstring);

Ответить
@arvind7966
@arvind7966 - 17.03.2023 09:37

Python Code:

string = "LFLRLRLELOL"

def sol(string):

special_char = string[0]

for i in range(0, len(string), 2):
if string[i] != special_char:
return 0

return 1

print(sol(string))

Ответить
@GrowwithVivek08
@GrowwithVivek08 - 28.12.2022 19:02

Awesome

Ответить
@Sailurenu
@Sailurenu - 25.12.2022 21:45

code in python please

Ответить
@girishamiriyalu
@girishamiriyalu - 25.12.2022 17:04

Also post the technical questions ml ,cyber of round 1

Ответить