Recent content by Hadhod

  1. H

    Determines whether or not it is a palindrome

    #include<iostream> #include<cstring> using namespace std; int main() {//declaration const int size=10; char str[size]; //promot the user to enter a text cout<<"Please,enter a line of text: "<<endl; //read the text cin.get(str,size); for(int n=0; n<size; n++)...
  2. H

    Determines whether or not it is a palindrome

    Ok Iwill show you my answer soon thank you for helping me
  3. H

    Determines whether or not it is a palindrome

    I will check the first letir and the last letir then check the second letir and befor the last letir like madam madam is palindrome so can you help me ??please
  4. H

    Determines whether or not it is a palindrome

    I don't no how to build this program? Write a function, [SIZE="5"]palindrome(), that processes a line of text and determines whether or not it is a palindrome. Ignore white space, punctuation, and capitalization. You may assume that each line of text is less than 100 characters. Plz help me
  5. H

    Solve a Challenging Ellipsoid Problem Today!

    Thank you alooooooooooooooooooooooooooooooooot
  6. H

    Challanging Problem It is nessecary to solve quicly

    You are from UOS right?
  7. H

    Solve a Challenging Ellipsoid Problem Today!

    So there is no one can help me ?^-*
  8. H

    Solve a Challenging Ellipsoid Problem Today!

    Thank you HallsofIvy for helping me
  9. H

    Solve a Challenging Ellipsoid Problem Today!

    I want to underatand how I can develop a formula for the volume of an ellipsoid by that equation
  10. H

    Solve a Challenging Ellipsoid Problem Today!

    Thank you very much Defennnder but I don't understand it .
Back
Top