Hi Guy’s, in this article. i have written code for C# Program to Check Whether a Number is Positive or Negative. suppose user enter number 12 then output display “Number is Positive”, if user enter -78 then output display number is negative and if number enter 0 then output display“Entered number is zero. zero is […]
Month: November 2019
Java Program to Swap Two Numbers with/without Third Variable
Swapping Two Numbers in Java Hi Friends, In this article, i have written two methods to swap two numbers using java. swap two numbers without third variable swap two numbers with third variable Swapping Two Numbers in Java with third variable Swapping Two Numbers in Java without third variable Happy Coding…Thanks.
Swap Two Numbers in C#
Hi Friends, In this article, i have written two method to swap two numbers using c#.net First way, swap two numbers without third variable and swap two numbers with third variable. Swapping of two numbers in c# with third variable Swapping of two numbers in c# without third variable Happy Coding … Thanks. Notice: JavaScript […]
C# Program to Reverse Number using Recursion
reverse number using recursion in C# Recursion is the process in which method calls itself directly or indirectly. C# program to Reverse Number using Recursion example : if user enter number 5678 then output : 8765 Happy Coding ,Thanks…
Reverse Number in C#
Hello Friends, this blog is about to check Reverse Number in C# using c#.net. suppose if user enter sentence ” 345 ” . so output must be display ” 543″ . if user enter “-987″ then output display ” Please Enter Positive Number” . i explained four following ways to reverse number. Reverse number using […]
How to Install Tableau
Hello Guys, this article is related with Tableau. How to install tableau in windows. here you can get complete steps for installation. step 1. write in Google ” tableau download ” and hit enter. select first option,Follow the below image. step 2. In next step you can find ” Tableau Desktop “. that’s for 14 […]
Check Number Integer or Float in Java
How to Check Number is Integer or Float in Java. Suppose if user enter number 19 then output will display , “Number is Integer”. Suppose if user enter number 18.89 then output display , “number is float/double”. the number has decimal point that number is either float or double.You should try these two following codes… […]
Check Number Integer or Float in C#
How to Check Number is Integer or Float in C#.Net. Suppose if user enter number 12 then output will display , “Number is Integer”. Suppose if user enter number 12.89 then output display , “number is float/double”. the number has decimal point that number is either float or double. You should try these two following […]
Java Program to Convert Number to Words
The above program to Convert any number to words in Java programming suppose if user enter number 2 , output : two. you should try the above codes it works correctly. If any doubts , leave your comments. Happy coding ,, thanks.
Convert Numbers to Words in C#
Hello Guys , This article is about to convert Any Numbers into Words format. Suppose if we enter 23 output twenty three. You should try the same codes in the editor . it 100% works. Happy Coding, Thanks…