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
write a procedure to add toolbar in VB application adding icons to toolbar buttons & with the approprite example display the use of each button
1. You have been asked to write a computer program that will figure out the total of an order when given the amount of the order ($200) and a sales tax rate of five percent. I w
Write a function readPDBfile('filename') that will read the atoms for a protein stored in a PDB file, whose name is provided as an input to the function (note that this name should
Select two different architecture styles to design and implement a software system and provide its Architecture Diagrams (implement the software with java)
Implement a two-dimensional table in Prolog. Your program will contain: 1. An insert_entry predicate that takes a table, row, column and an entry and inserts the entry at the g
Use an insertion sort to sort an array (sequence) of long word integers. The size of the list will appear just before the list itself. Use the same labels as in this example: LE
Write a Program to illustrate the call by value? #include . int compute_sum(int m); int main( void) { int n=3, sum; printf("%d\n",n); /*3 is printed */ sum=compute_sum(n
Problem 6. Demonstrate how and when can you use the commands- vi, cat, chmod, grep, man, pwd, ps, kill, mkdir, rm demonstrating how and when the above 10 commands can be
Design an object definition named Pet, which should have the following fields: name: The name field holds the name of a Pet type: The type field holds the type of anima
write c++ source code to find the number of digits in a given integer? pls ans
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