Secondary menu

Skip to primary content
Skip to secondary content
  • Home
  • Contact Us
  • About Us

MyCoding.net

Programming Made Easy!

Main menu

Skip to primary content
Skip to secondary content
  • Site News
  • Java
  • C/C++
  • C#
  • PHP
  • Android
  • How to
  • Miscellaneous

Tag Archives: Number

Java Data Mining: Number of occurrences of a word in a file

Posted on October 15, 2012 by Lalit Mali

This is a simple application of Data Mining with the help of Java. We’re calculating the number of occurrences of a specified word in a specified file. We’ve used the class FileInputStream to stream the data from the file and the …

[Continue reading]

Posted in Java | Tagged Calculate, Data, File, JAVA, Mining, Number, Occurence, Text, Word | Leave a reply

Calculate factorial of a number using C++ Recursive function

Posted on October 14, 2012 by Lalit Mali

In this program, we see how to use a recursive function to calculate the factorial of a number using the C++ language. The following program has the recursive fact() function merely to return a number or call itself again. This program …

[Continue reading]

Posted in C/C++ | Tagged C++, Factorial, function, Number, recursive | Leave a reply

C++ program to to convert Octal number into Decimal number

Posted on February 18, 2011 by Lalit Mali

Octal to Decimal: How to Convert Octal to decimal conversion is one of the most commonly taught problem solving exercises in computer basics. So is there an octal to decimal formula? Yes, an octal number can be converted to a decimal …

[Continue reading]

Posted in C/C++ | Tagged C++, Convert, Decimal, Number, Octal | Leave a reply

C++ Program to find the factorial of a number.

Posted on February 3, 2011 by Lalit Mali

In this program, we see a simple way to calculate the factorial of a number. In this program, We use a for loop for multiplying all the numbers from 1 to ‘num‘. We use 3 variables: num (for storing the number), …

[Continue reading]

Posted in C/C++ | Tagged C++, Factorial, find, Number, Program | 27 Replies

Search


Sponsors



Recent Comments

  • umerali on How To Run a Java Applet using Command Prompt
  • Vlad on Creating simple tables in Java
  • Aitazaz on Creating simple tables in Java
  • Tsakani on Creating simple tables in Java
  • Ernie on Creating simple tables in Java

Recent Posts

  • Netbeans Tutorial – Cookies
  • Code jam “Tic-Tac-Toe-Tomek” solution in java
  • Code jam “Minimum Scalar product” solution in java
  • Code jam Store Credit solution in java
  • Program to find a square of a number without using multiplication or exponential

Join us on Facebook


Popular Posts

  • C++ program to convert decimal number into binary number 42,017 view(s) | by Vlad
  • C++ Program to find the factorial of a number. 34,276 view(s) | by Lalit Mali
  • Login form in Java using JDBC connectivity 28,063 view(s) | by Vlad
  • How to Compile a Java program in Eclipse 21,353 view(s) | by Vlad
  • How To Run a Java Applet using Command Prompt 15,700 view(s) | by Lalit Mali
  • C++ program to find out sum of digits of a number. 14,067 view(s) | by Vlad
  • C++ Program to check if a number is a Prime Number. 11,029 view(s) | by Lalit Mali
  • Caesar Cipher program 10,070 view(s) | by Vlad
  • Applet to make a smiley face 9,768 view(s) | by Vlad
  • Creating simple tables in Java 9,572 view(s) | by Vlad

Recent Comments

  • umerali on How To Run a Java Applet using Command Prompt
  • Vlad on Creating simple tables in Java
  • Aitazaz on Creating simple tables in Java
  • Tsakani on Creating simple tables in Java
  • Ernie on Creating simple tables in Java
© MyCoding.net
Admired Theme