lab challenge

Java Challenge: Diamond

Difficulty: Beginner
Duration: Up to 30 minutes
Students: 358
Rating: 3/5
Get challenged in a real environmentProve your skills in a real-world, provisioned environment.
Push your limitsComplete an unguided mission within the time limit.
See resultsTest your problem-solving skills and track your progress.

Description

In this challenge, you will write Java code to write diamond-shaped alphabetic output. The diamond kata takes as its input a letter and outputs it in a diamond shape. Given a letter, it prints a diamond starting with 'A', with the supplied letter at the widest point.

Prerequisites

  • Knowledge of Java 11

Intended audience

  • Beginner Java developers

What will be assessed

  • Your ability to write Java code within a time-limited environment

Covered topics