This video shows you how you can run simple java program using text file and command prompt. It also teaches you basic commands of command prompt.
A blog dedicated for programming in different languages, it gives you in depth understanding of the programming world. It can teach you programming in just few days. (Follow Youtube for more : http://bit.ly/2xjHHgg )
Subscribe to:
Post Comments (Atom)
ICSE COMPUTER SCIENCE SPECIMEN PAPER | QUESTION 7 | PLEASE DO WATCH THE VIDEO
import java.util.*; class icse_specimen_1 { public static void main(String[] args) { Scanner sc1 = new Scanner(System.in)...
-
3. Write a program to accept a sentence which may be terminated by either ‘.’ , ‘?’ or ‘!’ only. The words are to be separated by a sin...
-
import java.util.Scanner; public class smith_number { public static int sum(int number) { int sum = 0; while(number!=0) ...
No comments:
Post a Comment