Intermediate Coding Assignment
Intermediate Coding Assignment
Assignment 4
Question 1:
Factorial Trailing Zeroes: Given an integer n, return the number of trailing zeroes in n!.
Question 2:
Reverse The Number: Write a function to reverse the digits of a number.
Question 4:
HU22CSEN0300193