Programming Code (840)
Scripts_Markup Code (257) Why we r using String args[] in main() even though v r not passing any arguments in command line?
2 6660Why the program getting error if we don't use String args[] in main(), even in the case of not getting any arguments from command line?
1 69723) Int Matrix of certain size was given, We had few valu= es in it like this. =97=97=97=97=97=97=97=97=97=97=97 1 = | 4 | | 5 | &= nbsp; | 45 =97=97=97=97=97=97=97=97=97=97=97 &n= bsp; | 3 | 3 | 5 | = | 4 =97=97=97=97=97=97=97=97=97=97=97 34 |&nbs= p; 3 | 3 | | 12 | &= nbsp; =97=97=97=97=97=97=97=97=97=97=97 3 | &nbs= p; | 3 | 4 | = | 3 =97=97=97=97=97=97=97=97=97=97=97 3 | = ; | | | = ; 3 | =97=97=97=97=97=97=97=97=97=97=97 &= nbsp; | | 4 | = ; | 4 | 3 We w= ere supposed to move back all the spaces in it at the end. Note: = If implemented this prog using recursion, would get higher preference.
3788write a program that accepts a number and outputs its equivalent in words. take note that the maximum input is 3000
1 16754Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
3 10440
write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.
How to Check if Folder Exists?
what does mbln in mblnrects mean? my boolean?
Write a simple encryption program using string function which apply the substitution method.
write a program that reads a series of strings and prints only those strings begging with letter "b"
How can i know that how many user are visited to my page in php?
I have a doubt regarding including tags in a function. I have written a function in javascript in a html page. The function got called by clicking a button, i want to display the results in same html page by placing tags in the function. (this hmtl page is static page) Is this possible? example: