ABOUT

CodeEngine provides you with error free program code and corresponding output for your queries.
It is extremely easy and fun to use.
Just type in your query click on the button and voila!
Coding has never been easier
Know More

Functions Supported

  • Maximum among a list of numbers
  • Minimum among a list of numbers
  • Multiples of a number
  • Sorting numbers
  • Factors of a number
  • Percentages
  • Multiplication
  • Subtraction
  • Division
  • Addition
  • Factorial
  • Modulus
  • Power
  • Palindrome Check
  • Anagram Check
  • Counting vowels in a string

Directions

Follow these directions to get best results.


  • In the first line, enter the operands on which you wish to perform desired operations
  • Enter each operation to be performed in a new line
  • Mention operation names clearly
  • Try to avoid making typographical errors


Here is an example query and its output for reference






QUERY
Find sum of 3 2 1
Find max of 3 2 and result of addition
print "your score" and the result of max
OUTPUT
Your score
6