I need some task to do i am beginner...anyone can give me of c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I need some task to do i am beginner...anyone can give me of c++

Task

28th Sep 2019, 1:25 PM
Ahsan Ayan
3 Answers
+ 1
Write a program including bank details
28th Sep 2019, 2:28 PM
Krid Indu
Krid Indu - avatar
+ 1
Write a c++ code that accepts substring of "baaa". Example. Enter a string: abaaa Output: Accepted Enter a string: abaab Output: Invalid
28th Sep 2019, 5:41 PM
Queenie Rose C. Ongcal
Queenie Rose C. Ongcal - avatar
+ 1
k=input("enter substring") n=input("enter string") if k in n: print("accepted") else: print("invalid")
28th Sep 2019, 5:50 PM
Krid Indu
Krid Indu - avatar