1. Write a program to create a sentence at runtime and count
number of vowels in it ?
2. Write a program to get a string and to convert the 1st
letter of it to uppercase ?
No Answer is Posted For this Question
Be the First to Post Answer
What is algorithm in SCD Type2(SAS DI Studio Transformaton)?
what is the use of check point
differences between qtp10.0 and 11.0 ?
Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
Data structure used to impliment a menu:
how do i add a column dynamically in a table by using java application?
What is std::auto_ptr?
what is log files in qtp what is use
Building Quotation engine program
Write a program to find duplicate number from array in minimum time complexity.
Create a class TicTacToe that will enable you to write a complete program to play the game of Tic-Tac-Toe. The class contains as private data a 3- by-3 double array of integers. The constructor should initialize the empty board to all zeros. Allow two human players. Wherever the first player moves, place a 1 in the specified square; place a 2 wherever the second player moves. Each move must be to an empty square. After each move determine whether the game has been won and whether the game is a draw. If you feel ambitious, modify your program so that the computer makes the moves for one of the players automatically. Also, allow the player to specify whether he or she wants to go first or second. If you feel exceptionally ambitious, develop a program that will play three-dimensional Tic-Tac-Toe on a 4-by-4-by-4