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

May GOD Bless everyone.I am very happy.Students are getting reference ..
asked by Funny Funny (funnysimgh) 7 years ago
0

+ 1 more questions by funnysimgh  

Today's tip :- always answer ur lang paper in the reverse order (4,3,2,1)
                     formal letters fetches u 1/2 mark extra (total english)
                     treat the rough grid as the fair one so that u do have to waste extra time    for the fair grid (10x6 or 12x5 is also accepted)
                      practise last 10 years (q4 - the grammar part) atleast 3 times
                      attempt any essay except the pic one
                      use famous proverbs, idioms,metaphors and personification they make                 the examiner happy
last but not the least refer to total english for q4
have a good day every1
asked by Yolo man (sahutezan) 7 years ago
4

+ 2 more questions by sahutezan  

Can anyone xpln me how catapult is exmpl of clss 1 lvr
asked by . (myself1002) 7 years ago
1

+ 1 more questions by myself1002  

thanxxxx to respaper for providing us with such a platform to clarify our doubts and also help other frndzzzzz.......thnxxxx a lot...:-)
asked by 1013 (junie) 7 years ago
2
// easier program for pascal's triangle 
import java.util.*;
class Pascal_Triangle
{
    /**
     *      1
     *     1 1
     *    1 2 1
     *   1 3 3 1
     *  1 4 6 4 1
     */
    public static void main(String args[])throws InputMismatchException
    {
        Scanner sc = new Scanner(System.in);
        System.out.println("Enter n : ");
        int n = sc.nextInt();
        int spaces = n;
        int i,j,k;
        long store;
        for(i=0;i<n;i++)
        {
            for(j=spaces;j>=1;j--)
            {
                System.out.print(" ");
            }
            spaces--;
            store = (long)Math.pow(11,i);
            long num = store;
            while(num!=0)
            {
                System.out.print((num%10) + " ");
                num = num/10;
            }
            System.out.println();
        }
    }
}
asked by Sdfg Sdfg (sdfg) 7 years ago
2
Can anyone upload or send the link of  the Must known Computer Applications questions for 2016-17 of Chatrabhuj Narsee Monjee School(CNM School),Mumbai.
asked by Samruddha Somani (samu30) 7 years ago
0
Plasma protein that constitutes antibodies?
asked by Ronaldo (techtoicsaf) 7 years ago
1
how is marking of precis done in gramme.????? Can we get full mks in it...wut is highest marks in letter and essay? Is punctuation important in letter address>?
asked by Jai Veer Pratap Atomic no. 83 (jai_veer_pratap) 7 years ago
1
Guys, how many hours are you studying per day?
asked by An On (anon) 7 years ago
4

+ 1 more questions by anon  

diff between agro forestry and socio-forestry
asked by Prv1 (prv1) 7 years ago
2

<< Prev

    Page 3    

Next Page >>

ICSE chat

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