answersLogoWhite

0


Best Answer

Avogadro's number is a constant. Therefore only one number is equal to Avogadro's number.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a shell programs for to check whether the given number is an Avogadro number or not?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

write a shell program to find out the avogadro number?

cho "Enter A Number :" read n r=n s=0 rem=0 while [ $n -gt 0 ] do rem=$(($n%10)) s=$(($s+$rem*$rem*$rem)) n=$(($n/10)) done if [ $r -eq $s ] then echo "The Number is Avogadro" else echo "The Number is Not Avogadro" fi


What is best whether dot net or java?

The .NET framework can only be used to write Windows programs using C#, F# and Visual Basic, whereas Java can be used to write programs for any supported platform.


Write a program By using if else statement to read a number and check whether it is positive or negative?

write a c++program by using if statement to read a number and check whether it is positive or negative


Write an algorithm to check whether a number is a prime number or not?

You can write out this algorithm. This will then be programmed into the device to make determining prime numbers easier.


Can c write programs?

A programmer can write programs in C, but C can't write anything by itself.


Why to write programs when you have calculators?

You mean the calculators should write the programs? Well, they couldn't.


How many radio programs did Earl Nightingale write and perform?

Earl Nightingale wrote and performed more programs in his career than most do in their lifetimes. His total number of performed programs was over 7,000.


How do you write seven hundred and six tenths in number form?

That depends whether the number you wish to write is 706/10 or 700 6/10. In the former case, the number is written 70.6. In the latter case, the number is written 700.6.


Write an algorithm to check whether the given number is odd or even?

Type your answer here... i think we should first enter 1 number then check it


Write a programs that prints numbers form 1 to 10 there squares and cubes side by side?

In Java, the relevant lines would be something like this: for (int number = 1; number <= 10; number++) System.out.println(number, number*number, number*number*number);


Lab manual in mca 1st sem from ignou?

write a program in C to check whether a given number is apalindrome or not


How do you prevent round off errors in excel'?

You cannot. Any computer, in normal usage, will store number only to a specified number of digits. You would have to write special programs to get around that.