Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
W.A.S.S to generate the series 1 + x + x2 + x3 + …. + xn.
Program
# W.A.S.S to generate the series 1 + x + x2 + x3 + …. + xn.
echo "Enter value of X:"
read x
echo "Enter value of n:"
read n
sum=1
temp=1;
while test $n -gt 0
do
temp=`expr $x^$n | bc` #bc - An arbitrary precision calculator
sum=`expr $sum + $temp`
n=`expr $n - 1`
done
echo "Result=$sum"
Output
Enter value of X:
6
Enter value of n:
4
Result=1555
how can we get the data from data base to combo box in jsp page dynamically
want to do an image-mean. but image is and mean is so an error showing Error using ==> minus Number of array dimensions must match for binary array op. wat to do?
design of parallel adder using 9''s compliment
Define Call by value - Computer Programming? Functions are raise by writing their name and an appropriate list of arguments within parenthesis. Usually these arguments are in t
What are the Functions in Computer Programming? A program is completed up of one or more functions, with one of these being main(). Function is a self-contained block of progra
Create the class Robot described in the Karel++ book. Description: The Robot class described in the Karel++ text is a derived class of ur_Robot. Create class Robot as a d
Write a Perl program that uses a hash structure. The program should use a larger number of operations (100 or more) on this hash. To do that, use a random number generator to creat
please decode the following as it is answer for my assisgnment for python: Ñò üOLOc @ s‚ d „ Z d „ Z g Z xYe oQe ƒ e d ƒ i ƒ Z e d j oI e d
need a command to : Display user id, first and last names of all the students the class specified by the prefix in alphabetical order by last name from /etc/passwd
Write a function lastfirst() that takes a list of strings as a parameter. Each string in the list has the format ''Last, First'' where Last is a last name and First is a first nam
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd