Search:

Type: Posts; User: snehasishmohanta@gmail.co

Search: Search took 0.08 seconds.

  1. Re: Write a program to convert all vowels to capital letter in a sentence?

    thanks for your valuable tips... i got it.....


    import java.util.Scanner;

    public class Demo2
    {
    public static void main(String[] args)
    {
    Scanner scn=new Scanner(System.in);
  2. Write a program to convert all vowels to capital letter in a sentence?

    i am new to programming skills it may be silly question for experience but for me it's new thing. actually i tried a lot but i am facing problem when i trying to take input through Scanner.
    if i...
Results 1 to 2 of 2