input (alphabets)
output(vowel or not vowel)
operator(a,e,i,o,u)
switch(alphabets)
{
case 'a'
print"vowel"
case'b'
print"not vowel"
case'e'
print"vowel"
case 'i'
print"vowel"
case 'o'
print"vowel"
case'u'
print"vowel"
The case structure in PHP uses the following syntax: switch($foo){ case 'bar': doSomething(); break; case 'blah': doSomethingElse(); break; default: handleOtherCases(); }
switch(ch) { case '+': ....cout <<"arithmetic operator"; ....break; //<===break is a must /// <====================other cases . . default: // <=======else }
Algo Más was created in 2003.
Algo Kärp was born in 1985.
Algo tienes was created in 2003.
Algo cambió was created in 1996.
tener que hacer algo Yo tengo que hacer algo ( Have to do something ) tu tienes que hacer algo ( you have to ....) el tiene que hacer algo ( he has to .....) nosotros tenemos que hacer algo ( we have to ... ) Ellos tienen que hacer algo ( they have to ....)
"Pasa algo" in Spanish translates to "something happens" in English.
"Algo bueno" means "something good".
Todos merecemos algo bonito.
???? It depends what you want to say like hello in Portuguese is Ola etc...
write an algo to find the sum of even number from 1to n