Can you write a program to check if a character is present in a String or not
Input: Hello e
Output : “yes” @javaForFree
Input: Hello e
Output : “yes” @javaForFree
Anonymous Poll
61%
Yes
17%
No
21%
Share solution
Tomorrow 9am we will share a video to solve this questions
We will show you 2 approaches to do it
We will show you 2 approaches to do it
We will practice many questions in strings, once we hit 1000 subscribers we will be able to have live streaming on youtube
If you have not yet subscribed to our channel. Please do it, we need 1000 subscribers to be able to start live streaming
https://www.youtube.com/c/FrbJava
https://www.youtube.com/c/FrbJava
Forwarded from TechShiksha by Badkul Technology
Can you write a program to check if a character is present in a String or not
Input: Hello e
Output : “yes” @javaForFree
Input: Hello e
Output : “yes” @javaForFree
Anonymous Poll
61%
Yes
17%
No
21%
Share solution
Gartner Off Campus Drive | 2022 Batch | 💰5LPA
Apply now: https://gartner.wd5.myworkdayjobs.com/en-US/EXT/job/Gurgaon/Associate-Software-Engineer_64626-1?source=JB-10120
@frbjava for campus preparation
@javaforfree for exam help
Apply now: https://gartner.wd5.myworkdayjobs.com/en-US/EXT/job/Gurgaon/Associate-Software-Engineer_64626-1?source=JB-10120
@frbjava for campus preparation
@javaforfree for exam help
Zensar Drive | 2020, 2021 Batch | 💰4LPA
@frbjava for campus preparation
@javaforfree for exam help
https://www.myamcat.com/jobs/description/junior-software-engineer-job-for-fresher-in-zensar-technologies-in-bengaluru-hyderabad-pune/89560
@frbjava for campus preparation
@javaforfree for exam help
https://www.myamcat.com/jobs/description/junior-software-engineer-job-for-fresher-in-zensar-technologies-in-bengaluru-hyderabad-pune/89560
Myamcat
Junior Software Engineer
Read more about and apply for Junior Software Engineer at Zensar Technologies in Bengaluru, Hyderabad, Pune | Eligibility: B.Tech/B.E. | AMCAT | 89560
Forwarded from TechShiksha by Badkul Technology
YouTube
Check if a character is present in a String | Learn java programming from beginning.
This video explains 2 ways to findout whether a character present in a String or not.
Question
You are given a String and a character you need to check if that character is present in string or not. If its present print "yes" else print "no".
Input
Hello…
Question
You are given a String and a character you need to check if that character is present in string or not. If its present print "yes" else print "no".
Input
Hello…
👍1
Watch this video to learn how Has a relation works in oops
Also this video explains how can you generate getters setters constructor etc using eclipse
Very useful must watch video
Also this video explains how can you generate getters setters constructor etc using eclipse
Very useful must watch video
TechShiksha by Badkul Technology
Can you write a program to take array as input from user?
People who have answered no to array input poll watch this video to see how to take array as input.
This is very important for taking inputs in written coding exam
https://youtu.be/Nx7pqmuovrQ
This is very important for taking inputs in written coding exam
https://youtu.be/Nx7pqmuovrQ
YouTube
First Step of Problem Solving | Taking array as input from user | geeksforgeeks | hackerrank
This video explains how to begin your problem solving journey on websites like geeksforgeeks, hackerearth, hackerrank, leetcode etc
Predict output of below program
int x = 5;
int y =10; if(x>y || x!=y) { System.out.println(true) ; }
int x = 5;
int y =10; if(x>y || x!=y) { System.out.println(true) ; }
Anonymous Quiz
68%
true
32%
Nothing will he printed
TechShiksha by Badkul Technology
Predict output of below program
int x = 5;
int y =10; if(x>y || x!=y) { System.out.println(true) ; }
int x = 5;
int y =10; if(x>y || x!=y) { System.out.println(true) ; }
Correct answer is true, because if condition will be evaluated to true due to second condition. If you were not able to answer it correctly watch our latest video on comparison and logical operators video
👍1
Can you write a program to rotate array by one place? Example below
Input 1 2 3 4 5 6 7
Output 2 3 4 5 6 7 1
Input 1 2 3 4 5 6 7
Output 2 3 4 5 6 7 1
Anonymous Poll
56%
Yes
22%
No
23%
Share solution video
👍2
💥💥 Big Opportunity for Students & Graduates 💥💥
📌Participate in Free Online Coding Contest & Get Free Swags ⚡
📌Prize Money & Gift Prizes worth Rs. 30 lakh 🤑🤑
📌Placement and Internship Opportunity with Coding Ninjas and 100+ Company with a combined 500+ job openings
📌Top 10,000 students resume will be forwarded directly to companies like CoinDCX, Wingify, Tokopedia and 100+other reputed companies
🔅Coding Ninjas is organizing India's Premier The Grand Free Online Coding Program for all the Students around the world.
💎 Eligibility - Open to all branches across all years of College students and Post graduates.
▶️Registration Fees - 100% FREE
| No Cost😍
Free Registration Link
👇👇
https://bit.ly/3GI6Ti0
📌Participate in Free Online Coding Contest & Get Free Swags ⚡
📌Prize Money & Gift Prizes worth Rs. 30 lakh 🤑🤑
📌Placement and Internship Opportunity with Coding Ninjas and 100+ Company with a combined 500+ job openings
📌Top 10,000 students resume will be forwarded directly to companies like CoinDCX, Wingify, Tokopedia and 100+other reputed companies
🔅Coding Ninjas is organizing India's Premier The Grand Free Online Coding Program for all the Students around the world.
💎 Eligibility - Open to all branches across all years of College students and Post graduates.
▶️Registration Fees - 100% FREE
| No Cost😍
Free Registration Link
👇👇
https://bit.ly/3GI6Ti0
Forwarded from TechShiksha by Badkul Technology
Can you write a program to rotate array by one place? Example below
Input 1 2 3 4 5 6 7
Output 2 3 4 5 6 7 1
Input 1 2 3 4 5 6 7
Output 2 3 4 5 6 7 1
Anonymous Poll
56%
Yes
22%
No
23%
Share solution video