0% found this document useful (0 votes)
42 views

Java Programming Tech Alpha Task

The document lists 4 tasks for a Java programming internship: 1) remove duplicate elements from an array, 2) print a pattern of letters, 3) rotate elements in an array, and 4) remove leading zeros from a string. Interns must complete 3 tasks within 1 month and submit via a WhatsApp group to receive a certificate.

Uploaded by

Yash Jain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views

Java Programming Tech Alpha Task

The document lists 4 tasks for a Java programming internship: 1) remove duplicate elements from an array, 2) print a pattern of letters, 3) rotate elements in an array, and 4) remove leading zeros from a string. Interns must complete 3 tasks within 1 month and submit via a WhatsApp group to receive a certificate.

Uploaded by

Yash Jain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Tech

Alpha
Instructions

 Share Your intern status on LinkedIn by mentioning @Tech Alpha .

 Complete assigned projects within the mentioned period of time.

 Upload your whole source code on GitHub by creating repository named


TechAlpha_Task.

 Update your project completion on LinkedIn with a video explanation and share the
GitHub project repository link.

 You will be provided a valuable task and in a given time and have to complete that
task and submit via Submission form.

 You will be provided four tasks in all domains but you have to complete only three in
your domain (Select Three Tasks)
Java Programming

Task List
In Java Programming, you learn how to solve problems. This

includes Arrays, Loops, Strings.


Task-1
Java Array Program to Remove Duplicates elements from
an Array

Example : -

Input : [1, 2, 2, 3, 3, 4, 5 ]

Output :[ 1, 2, 3, 4, 5 ]
Task-2
Write a Java Program to print Pattern:-
A A

AB AB

A C A C

A D A D

A EA E

A EA E

A D A D

A C A C

AB AB

A A
Task-3

Java Array Program for Array Rotation

Input : arr [] = { 1, 2, 3, 4, 5, 6, 7 } , d=2

Explanation: d=2 so 2 elements are rotate to the end of the

array. So 1 2 is rotate back.

So, Final Output : 3, 4, 5, 6, 7, 1, 2


Task-4

Java String Program to Remove leading


zeros

Input : 00000123789

Output : 123789
Submission Details

 You will have to provide task submission in WhatsApp Group.

 It’s essential for each intern to complete all the assigned tasks in One Month.

 If someone’s complete only one or two tasks, their Internship may be


considered incomplete or certificate will not provided.

 So please make sure the fulfill all the tasks assigned to you and submit in
submission form to ensure a successful Internship.
If you any problem or doubt feel free to
Contact us:-
WhatsApp Only :- +91 7434956309
Email at :- techalphacontact1@gmail.com

Thank
You

You might also like