Java Professional

Capstone: print a multiplication table, run it, and have the Academy AI grade it.

1 lessons 🛠 Project-based
Lessons Project Certificate

📚 Lessons

1 Brief & rubric

This level is project-based. Implement the program below, press Run to test, then Submit. The Academy AI runs your code to check accuracy, and scores cleanliness and performance — reach 70% to earn the certificate.

🛠 Capstone Project

Multiplication table for 7

Print the 7 times table from 1 to 10, one line each, in the form 7 x 1 = 7 up to 7 x 10 = 70.

Requirements

  • Use a loop from 1 to 10
  • Print each line as "7 x i = result"
  • Use System.out.println
  • Compute the product (do not hard-code 10 separate lines)

When you submit, the Academy AI evaluates your code on accuracy (50%), code cleanliness (25%) and performance (25%). Score 70%+ to earn your certificate.

JAVA · your solution

            

🎓 Certificate of Completion

🔒 Pass the project evaluation above (70%+) to unlock your downloadable certificate.