Trending ▼   ResFinder  

ICSE − Q & A

ICSE
Indian Certificate of Secondary Education (ICSE), New Delhi
+Fave Message

Ask a Question

Answer a Question!

ResFinder - Thousands of Practice Papers

Guys some of the important programs are:
Prime no,composite no,perfect no,Armstrong no,palindrome no,neon no,duck no,niven no and special no.
asked by Tiara Elizabeth (thejtthomas) 6 years ago
2
what is the default value of boolean ???
asked by Someone (manvimertia) 6 years ago
3
any respaper users from chennai?
asked by Pavan K Srinivasan (throwaway) 6 years ago
1
Anybody worried about theory tomorrow?
asked by RaBh (rahulbhardwaj2002) 6 years ago
6
I'm so glad. You guys suffer while we literally have NO theory whatsoever. #BlessedLife
asked by Arya Shahir (maihuarya) 6 years ago
3
Convert snippet using ternary operator:

if (n>m)
  {
    s=n/m;
      m++;}
else 
 { s=m/n;
n++;
}
asked by Shreya Bhagat (hermione02) 6 years ago
2
anyone here with cookery??
asked by Somay Vaidh (somay2003) 6 years ago
2
Is it compulsory to comment in a program? as said by @NehalG
asked by Atharva45 (arya9591) 6 years ago
3
during photosynthesis the oxygen in glucose comes from?? water or co2
asked by Amu Arcade (arcade_7) 6 years ago
2
// programme to find whether a string is palindrome or not? 
import java.util.*;
import java.io.*;

public class StringPalindrome
{
    public   void check()
    {Scanner sc=new Scanner(System.in);
    
      String s1;
      System.out.println(" enter a string");
      s1=sc.nextLine();
    
      StringBuffer a1=new StringBuffer(s1);
      StringBuffer a2=new StringBuffer((a1.reverse()));
      
      if(a1.equalsIgnoreCase(a2))
      {
         System.out.println(" the string is a palindrome ");
        }
        else
        {
            System.out.println(" the string is not a palindrome");
        }
    }
    public static void main()
    {
      StringPalindrome a=new StringPalindrome();
      a.check();
    }
}


i am getting this error:

/StringPallindrome.java:16: error: cannot find symbol
      if(a1.equalsIgnoreCase(a2))
             ^
  symbol:   method equalsIgnoreCase(StringBuffer)
  location: variable a1 of type StringBuffer
1 error

please tell what changes should i do in this programme?
asked by Sameed Hussain (sameed) 6 years ago
4

<< Prev

    Page 126    

Next Page >>

ICSE chat

© 2010 - 2024 ResPaper. Terms of ServiceContact Us Advertise with us