Category: Language
Problem from 101cproblems.com: Write a program which will take a sentence as input and tell us how…
Problem 70: Case Fix You are given a string mixed with uppercase and lowercase letters . Your…
Problem: Write a program which takes a string of alphabet as input and replace all the characters with…
PHP OOP example described here from edwin’s video: <?php class Car{ var $wheels=4; var $hood=1; var $engine=1;…
Problem: Take three different string as input from the user(“We”, “ Love” and “ Bangladesh”). Now concate these…
Problem 65: Reverse Take a word from user and print the word in reverse order. [If user…
Recent Comments