You are on page 1of 2

Android App Development Career Track Program

Assignment-1, Batch-2
Last Date of Submission- 3 Feb 2022

Kotlin Basic Program:

1. Write a Kotlin Program to Print an Integer (Entered by the User)


2. Write a Kotlin Program to Add Two Integers
3. Write a Kotlin Program to Multiply two Floating Point Numbers
4. Write a Kotlin Program to Find ASCII value of a character
5. Write a Kotlin Program to Compute Quotient and Remainder
6. Write a Kotlin Program to Swap Two Numbers
7. Write a Kotlin Program to Check Whether a Number is Even or Odd
8. Write a Kotlin Program to Find the Frequency of Character in a String
9. Write a Kotlin Program to Remove All Whitespaces from a String

10. Write a Kotlin Program to Round a Number to n Decimal Places

Kotlin Control Flow Program:

1. Write a Kotlin Program to Check Whether an Alphabet is Vowel or Consonant


2. Write a Kotlin Program to Find the Largest Among Three Numbers
3. Write a Kotlin Program to Find all Roots of a Quadratic Equation
4. Write a Kotlin Program to Check Leap Year
5. Write a Kotlin Program to Check Whether a Number is Positive or Negative
6. Write a Kotlin Program to Check Whether a Character is Alphabet or Not
7. Write a Kotlin Program to Calculate the Sum of Natural Numbers
8. Write a Kotlin Program to Find Factorial of a Number
9. Write a Kotlin Program to Generate Multiplication Table
10. Write a Kotlin Program to Display Fibonacci Series
11. Write a Kotlin Program to Find GCD of two Numbers
12. Write a Kotlin Program to Find LCM of two Numbers
13. Write a Kotlin Program to Display Characters from A to Z using loop
14. Write a Kotlin Program to Count Number of Digits in an Integer
15. Write a Kotlin Program to Reverse a Number
16. Write a Kotlin Program to Calculate the Power of a Number
17. Write a Kotlin Program to Check Whether a Number is Palindrome or Not
18. Write a Kotlin Program to Check Whether a Number is Prime or Not
19. Write a Kotlin Program to Display Prime Numbers Between Two Intervals
20. Write a Kotlin Program to Check Armstrong Number
21. Write a Kotlin Program to Display Armstrong Number Between Two Intervals
22. Write a Kotlin Program to Display Factors of a Number
23. Write a Kotlin Program to Make a Simple Calculator Using switch...case
24. Write a Kotlin Program to Count the Number of Vowels and Consonants in a Sentence
25. Write a Kotlin Program to Sort Elements in Lexicographical Order (Dictionary Order)

Solution Pattern Program using any type of loop

You might also like