Hi Friends ! You are on HR Developers website. Here you can find the codes of different languages like c ,c++ , java, pyton and many other languages.
package com.company;public class Program34 { public static void main(String[] args) { int []marks={67,87,87,67,45,67}; for(int element:marks ) { System.out.println(element); } }}
No comments:
Post a Comment