en
Feedback
Code With Virus

Code With Virus

Open in Telegram

Coding channel @codewithvirus. πŸ‘ˆ Main group @avirustech πŸ‘ˆ Accenture @Accenturavirustech πŸ‘ˆ IBM. @IBMavirustech πŸ‘ˆ Tech Mahindra. @TechMavirustech πŸ‘ˆ

Show more

πŸ“ˆ Analytical overview of Telegram channel Code With Virus

Channel Code With Virus (@codewithvirus) in the English language segment is an active participant. Currently, the community unites 10 559 subscribers, ranking 10 501 in the Technologies & Applications category and 43 593 in the India region.

πŸ“Š Audience metrics and dynamics

Since its creation on Π½Π΅Π²Ρ–Π΄ΠΎΠΌΠΎ, the project has demonstrated rapid growth, gathering an audience of 10 559 subscribers.

According to the latest data from 04 December, 2025, the channel demonstrates stable activity. Although there has been a change in the number of participants by -87 over the last 30 days and by 0 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 0%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 0 views. Within the first day, a publication typically gains 0 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.

πŸ“ Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
β€œCoding channel @codewithvirus. πŸ‘ˆ Main group @avirustech πŸ‘ˆ Accenture @Accenturavirustech πŸ‘ˆ IBM. @IBMavirustech πŸ‘ˆ Tech Mahindra. @TechMavirustech πŸ‘ˆβ€

Thanks to the high frequency of updates (latest data received on 05 December, 2025), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.

10 559
Subscribers
No data24 hours
-227 days
-8730 days
Posts Archive
Do fast guys you have only 4 days Left to elegbal for digital exam πŸ”₯

19673 is not money guys πŸ˜‚πŸ˜‚ It's course id

Guys who are TCS employees as ninja profile If you want to upgrade your profile in digital profile Then please compete this course 19673

NINJA OR DIGITAL – LET YOUR CALIBER DETERMINE WITH THE TCS INTEGRATED TEST PATTERN (ITP)

TCS OFF CAMPUS FOR YOP 2019, 2020 & 2021 https://www.tcs.com/careers/tcs-off-campus-hiring

Coding channel @codewithvirus. πŸ‘ˆ Main group @avirustech πŸ”΄ πŸ‘ˆ Accenture. @AccenturavirustechπŸ‘ˆ IBM. @IBMavirustech πŸ‘ˆ Tech Mahindra. @TechMavirustech πŸ‘ˆ Infosys. @Infosyavirustech πŸ‘ˆ TCS. @TCSavirustech πŸ‘ˆ Amazon. @Amazonavirustech πŸ‘ˆ

import java.util.Scanner; public class Solution { public static void main(String[] args) { // TODO Auto-generated method stub Scanner sc = new Scanner(System.in); int n = 4; // search on telegram @codewithvirus Theatre codewithvirus[] = new Theatre[n]; for (int i = 0; i < codewithvirus.length; i++) { int num = sc.nextInt(); sc.nextLine(); String name = sc.nextLine(); int cap = sc.nextInt(); sc.nextLine(); int rating = sc.nextInt(); sc.nextLine(); String Type = sc.nextLine(); codewithvirus[i] = new Theatre(num, name, cap, rating, Type); } int num1 = sc.nextInt(); sc.nextLine(); String Type1 = sc.nextLine(); int ans1 = codewithvirus2(codewithvirus, num1); if (ans1 != 0) { System.out.println(ans1); } else { System.out.println("No Fabric found with mentioned attribute."); } Theatre ans2 = codewithvirus1(codewithvirus, Type1); if (ans2 != null) { System.out.println(ans2.getName()); System.out.println(ans2.getRating()); } else { System.out.println("No Fabric found with mentioned attribute."); } } public static int codewithvirus2(Theatre[] d, int num) { int p = 0; for (int i = 0; i < d.length; i++) { if (d[i].getNum() == num) { p = d[i].getCap(); break; } } return p; } public static Theatre codewithvirus1(Theatre[] d, String s) { Theatre p = null; Theatre temp = null; for (int i = 0; i < d.length; i++) { for (int j = i + 1; j < d.length; j++) { if (d[i].getRating() > d[j].getRating()) { temp = d[i]; d[i] = d[j]; d[j] = temp; } } } int a = 0; for (int i = 0; i < d.length; i++) { if (d[i].getType().equalsIgnoreCase(s)) { a++; if (a == 2) { p = d[i]; break; } } } return p; } } class Theatre { private int num; private String name; private int cap; private int rating; private String Type; public Theatre(int num, String name, int cap, int rating, String type) { super(); this.num = num; this.name = name; this.cap = cap; this.rating = rating; Type = type; } public int getNum() { return num; } public void setNum(int num) { this.num = num; } public String getName() { return name; } public void setName(String name) { this.name = name; } public int getCap() { return cap; } public void setCap(int cap) { this.cap = cap; } public int getRating() { return rating; } public void setRating(int rating) { this.rating = rating; } public String getType() { return Type; } public void setType(String type) { Type = type; } } //////////////////////// UNIX ///////////////// /* awk 'BEGIN{FS="-";c=0} {split($4,ar,"/"); if($3=="RCB") {c++; print $1, $2, ar[3]; } }END{if(c==0) {print"No date found"}}' */

Full code TCS IRA Java and UNIX Code solution

import java.util.Scanner; public class Solution { public static void main(String[] args) { // TODO Auto-generated method stub Scanner sc = new Scanner(System.in); int n = 4; // search on telegram @codewithvirus Theatre codewithvirus[] = new Theatre[n]; for (int i = 0; i < codewithvirus.length; i++) { int num = sc.nextInt(); sc.nextLine(); String name = sc.nextLine(); int cap = sc.nextInt(); sc.nextLine(); int rating = sc.nextInt(); sc.nextLine(); String Type = sc.nextLine(); codewithvirus[i] = new Theatre(num, name, cap, rating, Type); } int num1 = sc.nextInt(); sc.nextLine(); String Type1 = sc.nextLine(); int ans1 = codewithvirus2(codewithvirus, num1); if (ans1 != 0) { System.out.println(ans1); } else { System.out.println("No Fabric found with mentioned attribute."); } Theatre ans2 = codewithvirus1(codewithvirus, Type1); if (ans2 != null) { System.out.println(ans2.getName()); System.out.println(ans2.getRating()); } else { System.out.println("No Fabric found with mentioned attribute."); } } public static int codewithvirus2(Theatre[] d, int num) { int p = 0; for (int i = 0; i < d.length; i++) { if (d[i].getNum() == num) { p = d[i].getCap(); break; } } return p; } public static Theatre codewithvirus1(Theatre[] d, String s) { Theatre p = null; Theatre temp = null; for (int i = 0; i < d.length; i++) { for (int j = i + 1; j < d.length; j++) { if (d[i].getRating() > d[j].getRating()) { temp = d[i]; d[i] = d[j]; d[j] = temp; } } } int a = 0; for (int i = 0; i < d.length; i++) { if (d[i].getType().equalsIgnoreCase(s)) { a++; if (a == 2) { p = d[i]; break; } } } return p; } } class Theatre { private int num; private String name; private int cap; private int rating; private String Type; public Theatre(int num, String name, int cap, int rating, String type) { super(); this.num = num; this.name = name; this.cap = cap; this.rating = rating; Type = type; } public int getNum() { return num; } public void setNum(int num) { this.num = num; } public String getName() { return name; } public void setName(String name) { this.name = name; } public int getCap() { return cap; } public void setCap(int cap) { this.cap = cap; } public int getRating() { return rating; } public void setRating(int rating) { this.rating = rating; } public String getType() { return Type; } public void setType(String type) { Type = type; } } //////////////////////// UNIX ///////////////// /* awk 'BEGIN{FS="-";c=0} {split($4,ar,"/"); if($3=="RCB") {c++; print $1, $2, ar[3]; } }END{if(c==0) {print"No date found"}}' */

import java.util.Scanner; public class Solution { public static void main(String[] args) { // TODO Auto-generated method stub Scanner sc = new Scanner(System.in); int n = 4; // search on telegram @codewithvirus Theatre codewithvirus[] = new Theatre[n]; for (int i = 0; i < codewithvirus.length; i++) { int num = sc.nextInt(); sc.nextLine(); String name = sc.nextLine(); int cap = sc.nextInt(); sc.nextLine(); int rating = sc.nextInt(); sc.nextLine(); String Type = sc.nextLine(); codewithvirus[i] = new Theatre(num, name, cap, rating, Type); } int num1 = sc.nextInt(); sc.nextLine(); String Type1 = sc.nextLine(); int ans1 = codewithvirus2(codewithvirus, num1); if (ans1 != 0) { System.out.println(ans1); } else { System.out.println("No Fabric found with mentioned attribute."); } Theatre ans2 = codewithvirus1(codewithvirus, Type1); if (ans2 != null) { System.out.println(ans2.getName()); System.out.println(ans2.getRating()); } else { System.out.println("No Fabric found with mentioned attribute."); } } public static int codewithvirus2(Theatre[] d, int num) { int p = 0; for (int i = 0; i < d.length; i++) { if (d[i].getNum() == num) { p = d[i].getCap(); break; } } return p; } public static Theatre codewithvirus1(Theatre[] d, String s) { Theatre p = null; Theatre temp = null; for (int i = 0; i < d.length; i++) { for (int j = i + 1; j < d.length; j++) { if (d[i].getRating() > d[j].getRating()) { temp = d[i]; d[i] = d[j]; d[j] = temp; } } } int a = 0; for (int i = 0; i < d.length; i++) { if (d[i].getType().equalsIgnoreCase(s)) { a++; if (a == 2) { p = d[i]; break; } } } return p; } }

1 public static int codewithvirus2(Theatre[] d, int num) { find your Theatre numer if mathc then rerun your capcity of Theatre } 2 public static Theatre codewithvirus1(Theatre[] d, String s) { Theatre p = null; sort a rating by your object class after that fing a 2nd lowest type and return your obejct; }

Do you to plagiarism guys i can't share full Code Try to understand ☹️

photo content

photo content

19673

Guys who have my personal contact details please don't share to anyone please πŸ”΄πŸ”΄πŸ”΄πŸ”΄πŸ”΄πŸ”΄πŸ”΄πŸ”΄πŸ”΄πŸ”΄πŸ”΄πŸ”΄

You have Ninja profile in TCS πŸ€” Do you want to upgrade your profile in digital profile ?? πŸ€” Then who have my personal contact in Message me soon Because If you want to elegbal then i need to do something with your account And you need to register for digital profile πŸ”₯ This message only for who are my personal contact in .... πŸ”₯πŸ”₯πŸ”₯

photo content