Wipro Coding Questions asked in 26th September with Solution | Wipro Programming Questions | Wipro

Wipro Coding Questions asked in 26th September with Solution | Wipro Programming Questions | Wipro

PRIYANSHU Placement Solution

2 года назад

6,944 Просмотров

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


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

@prasenjitganguly6416
@prasenjitganguly6416 - 26.09.2021 10:04

Sir plz give coding solution sum of maximum and minimum no in c or c++

Ответить
@hiteshvallamkondu2414
@hiteshvallamkondu2414 - 26.09.2021 10:28

Very nice Explanation... 🎉❤️

Ответить
@ron3473
@ron3473 - 26.09.2021 12:14

I wrote less than 400 words in essay do I stand a chance?

Ответить
@shraddhapawar5674
@shraddhapawar5674 - 26.09.2021 12:39

Sir please min max coding solutions

Ответить
@riteshkumarmahato232
@riteshkumarmahato232 - 26.09.2021 13:22

If we click on submit assement instead of clicking
submit answer after executing code, will it get
automatically submitted?ALL TEST CASES PASSED

Ответить
@kalpeshwani231
@kalpeshwani231 - 28.09.2021 19:17

Sir please make the code in cpp or java please

Ответить
@ron3473
@ron3473 - 29.09.2021 07:39

Anybody know when can we expect interview mails? Did anybody get it yet?

Ответить
@welcome8851
@welcome8851 - 07.10.2021 18:25

Gommala மெதுவா பேசு டா

Ответить
@timewalkerparadox
@timewalkerparadox - 10.01.2022 19:29

import java.util.Scanner;
public class Main
{
public static void main(String[] args) {
Scanner in=new Scanner(System.in);
int size=in.nextInt();
int index1=in.nextInt();
int index2=in.nextInt();
int sum=0;
int[] arr=new int[size];
for(int i=0;i<size;i++)
{
arr[i]=in.nextInt();
}
for(int i=index1-1;i<index2;i++)
{
sum =sum+arr[i];
}
System.out.println("sum:"+sum);

}
}

Ответить
@wecan6323
@wecan6323 - 13.01.2022 11:20

@PRIYANSHU Placement Solution Really , this question is from wipro coding round?😯....why they ask so easy examples???

Ответить