Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
1 912Write a Program to find the sum of digits of a given number until the sum becomes a single digit.
1 948Post New InterGraph Interview Questions
How do I download a file over http using python?
Please send me rbi previous exam paper with ans for group B at aparna_majumder@ymail.com
Please give the model or previous year question paper for the lecture post in government Engineering College (Electronics and Communication)
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
Image result for how do I compare two columns in excel
Tell me about your family background and who is your role model?
1.EXPLAIN THE IMPACT OF GLOBAL RECESSION ON CORPORATE SECTOR IN GENERAL AND MORE PARTICULAR INDIAN CEMENT INDUSTRIES? 2. EXPlAIN THE PROSPECTS OF INDIAN CEMENT INDUSTRY? 3. SKETCH THE TURNOVER AND PROFITABILITY OF LARGE SCALE CEMENT UNITS IN INDIA FROM 1991-2008 4. PRESENT THE EVA AND MVA ANALYSIS APPLICABLE TO CEMENT UNITS IN INDIA:
Which tool you are using
Hi, I need to know anything and everything abt datamarts and thier behaviours. Please suggest any links/whitepapers/articles which explain datamarts from scratch. This is required for my admin job at hand. Appreciate your help :)
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
How to increase the internal logging in orbix configure?
What is the toughest moment you faced in your testing carrier in which everyone praised you?
How do you perform a single test execution?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Can we return resultset in java?