Coding | EXAMS | IBM ACCENTURE | VIRTUSA | IBM | AMAZON | TCS | EPAM | WILEY EDGE | TECH MAHINDRA | JPMORGAN | HCL | WIPRO
3.37K subscribers
1.13K photos
3 videos
17 files
373 links
Main channel https://t.me/Coding_000
Contact Admin πŸ‘‰ @ILOVEU_143 for booking your exam slots
Web- https://coding000.github.io/Projects/
πŸ’―% clearance in any placement exams
OffCampus -https://t.me/Offcampus_000
Discussion- https://t.me/exams_discussion
Download Telegram
Guys everything are set in premium group 😊 Instructions are going in premium group,.Guys those need 100% clearance in Cognizant Foundational  skill readiness assesment ( 6 November 10 - 1 pm) -- java code  ,SQL ,  mcq  , premium group created,

message here πŸ‘‰ @ILOVEU_143 βœ…

and join premium group now, 100% ❀️😍πŸ”₯clearance
6 November - 10-1 timing
Slot available join fast  premium group now
❀1πŸ‘1
Contact @ILOVEU_143 for NOV 6th COGNIZANT CSD slot  😊

Note it's paidβœ…

ProofsπŸ‘‡πŸ‘‡

https://t.me/Coding_000/5572

https://t.me/Coding_000/5570

https://t.me/Coding_000/5569

100% clearance guarantee πŸ”₯πŸ”₯
Share my channel with your friends and college groupsπŸ₯³

Trust us Expect us ❀️ @CODING_000βœ…
❀1πŸ‘1πŸ”₯1
Guys everything are set in premium group 😊 Instructions are going in premium group,.Guys those need 100% clearance in Cognizant Foundational  skill readiness assesment ( 6 November 10 - 1 pm) -- java code  ,SQL ,  mcq  , premium group created,

message here πŸ‘‰ @ILOVEU_143 βœ…

and join premium group now, 100% ❀️😍πŸ”₯clearance
6 November - 10-1 timing
Slot available join fast  premium group now
πŸ‘2
Contact @ILOVEU_143 for NOV 6th COGNIZANT CSD slot  😊

Note it's paidβœ…

ProofsπŸ‘‡πŸ‘‡

https://t.me/Coding_000/5572

https://t.me/Coding_000/5570

https://t.me/Coding_000/5569

100% clearance guarantee πŸ”₯πŸ”₯
Share my channel with your friends and college groupsπŸ₯³

Trust us Expect us ❀️ @CODING_000βœ…
❀1πŸ”₯1
All the best Guys
I will try to post some answers CSD

Share @coding_000❀️
❀3πŸ‘1
Start at 10:20 βœ…

Share our channel to ur frds @coding_000 ❀️
❀3
Share our channel screenshot in large groups βœ…βœ…βœ…βœ…βœ…

For coding answers &  Sql πŸƒπŸƒπŸƒπŸƒ
πŸ‘3
import java.util.Scanner;

class Encrypter {
public static String getEncryptedName(String name) {
Validator myValidator = new Validator();
if (myValidator.validate(name)){
String lowercase = new String(name).toLowerCase();
StringBuilder output = new StringBuilder(lowercase).reverse();
return output.toString();
} else {
throw new IllegalArgumentException("Try again with valid name");
}
}
}

class Validator {
public boolean validate(String name) {
for (int i = 0; i < name.length(); i++) {
char ch = name.charAt(i);

if (ch != ' ' && !(Character.isLowerCase(ch) || Character.isUpperCase(ch))) {
return false;
}
}

return true;
}
}

public class Main {
private static final Scanner INPUT_READER = new Scanner(System.in);

public static void main(String[] args) {
String name = INPUT_READER.nextLine();

try {
System.out.println(Encrypter.getEncryptedName(name));
} catch (Exception e) {
System.out.println(e);
}
}
}
πŸ‘3
βœ… all test cases pass Encrypter
above code share @coding_000 for more
πŸ”₯3
Cognizant Foundation assessmentβœ…

All Codes and All Mcqs Done πŸ˜„

Contact @ILOVEU_143βœ…πŸ‘¨β€πŸ’»

For Any Exam Help πŸ’―πŸ˜

Share @coding_000❀️
❀1πŸ”₯1