Problem 29: Election day It’s almost election day and the election officials need a program to help tally election results. There are two candidates for office—Polly Tichen and Ernest Orator. The program’s job is to take as input the number ...
Home/Programming Language/Page 40
SIKSHAPATH Latest Questions
Jon
Asked: November 15, 2021In: Programming Language
Write a program to read and write data to a file.
Jon
Asked: November 15, 2021In: Programming Language
Write a program to insert values in a table at run time using JDBC.
Berlin
Asked: November 13, 2021In: Programming Language
Given array of intergers,print the sum of elements sqaring/cubing as per the power of their indices. //answer= sum=sum+a[i]^i; eg:input:{2,3,5} Output:29
Ykid
Asked: November 8, 2021In: Programming Language
Write a program to handle an exception using try, catch and throw.