saving . . . saved Certificate has been deleted. Certificate has been hidden .
Certificate
Title
Question
I have completed my course in java but i am unable to get credits and certificate. kindly help me.

Java General None min None sec 20-06-24, 9:52 p.m. yash_aditya

Answers:

Hi,

1). Email the following details to eloinjess@gmail.com.
Your full name:
Your email ID: for registration purpose
Course name: Java
Your college name:
Your contact number:
You are a student/faculty:

2) After emailing the above details, contact 09967949342 between operating hours 10:30 am to 5:30 pm Mon-Fri. You'll be guided on the next steps to get certificates.

Best regards,
Jessie Velusamy
Spoken Tutorial - Training Manager
21-06-24, 6:55 a.m. eloinjess


import java.util.Scanner;

public class RegistrationForm {
    public static void main(String[] args) {
        Scanner scanner = new Scanner(System.in);

        System.out.println("Enter your full name:");
        String fullName = scanner.nextLine();

        System.out.println("Enter your email ID:");
        String email = scanner.nextLine();

        System.out.println("Enter the course name:");
        String courseName = scanner.nextLine();

        System.out.println("Enter your college name:");
        String collegeName = scanner.nextLine();

        System.out.println("Enter your contact number:");
        String contactNumber = scanner.nextLine();

        System.out.println("Are you a student or faculty? (Enter 'student' or 'faculty'):");
        String role
13-08-24, 9:10 p.m. sabari701051@gmail.com


Log-in to answer to this question.