Posts

Showing posts from August, 2023

Design using programming language

Image
 Hey!! guys here is the code to java HEART PATEREN  public class HeartPattern { public static void main(String[] args) { final int size = 4; for (int m =0; m<size;m++) { for(int n=0;n<4*size;n++) { double pos1=Math.sqrt(Math.pow(m - size, 2) + Math.pow(n-size,2)); double pos2=Math.sqrt(Math.pow(m - size, 2) + Math.pow(n-3*size,2)); if(pos1<size+0.5 || pos2<size+0.5) { System.out.print('*'); } else { System.out.print(' '); } } System.out.print(System.lineSeparator()); } and make sure your using JAVA latest Version!!! python heart :

Free courses

Image
 Hey guys in this post i will show you how to get JAVA free course  Here are the steps to follow to grab the stuff!!!! link   visit this link on your browser  and create a account and it will navigate to HOME PAGE click on the JAVA foundation it will take you to the next page Firstly you need to complete the   Pre Content click here for first content:  Basic content   Then complete the next content  for second content:  Programming content it's around 900+ hrs  once completing the watch hours at last there will be an assignment provided and pass out your test  of min 65% you will be receving the Certification at last Eligibility *Any one can apply which ever background you may be 12th , Degree or any of the courses and its free free free!!!!...