Answered step by step
Verified Expert Solution
Question
1 Approved Answer
use Octave or Matlab and Id is 72183112 c) By using while loop, calculate the factorial of ni, n! = n(n-1)(n-2)..... (1) The value n
use Octave or Matlab and Id is 72183112
c) By using "while" loop, calculate the factorial of ni, n! = n(n-1)(n-2)..... (1) The value n is your last digit of the student ID. number, i.e., (See Table 1 below) Last digit of student ID. number 77 0 9 1 8 2 7 3 6 4 S 5 9 6 8 7 7 6 8 9 5 Table 1. Conversion table of last digit of student ID and n For example, if your student ID. is xxxxxxx8, then n! = 6! = 6(5)(4)(3)(2)(1) = 720Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started