Task: search "name word " from array of two multiple line and pass it to the function named "home" and print the number . code here:
Read moreTask five: In this particular case , i have used java programming ,maven as build tools and HtmlUnit library to scrap some data form hamrobazar.com and Apache poi library write to excel files. 1): hints collect the all the categories name , sub-categories and grab all the items details of basepage suppose(name,date price,sell…
Read moreTask Four: write a java program that reads the file from urls, keep them in array and saves them in to different direcotry under One Root directory with their content type. some of urls are given below: 1: https://opendata.ecdc.europa.eu/covid19/casedistribution/csv: 2: https://covid19.mohp.gov.np/d9d95102796d3bb61b…
Read moreTask Two: we can merge two arrays into single One .This task is only for beginner in java i hope .This solution makes you clear . Task Three: Finding greatest number as user inputs the number , it has some logic inside ,when users input three number lets suppose f1,f2,f3 , we use nested if loops and compare those numbers with each others as you can see in…
Read moreTaskOne: find maximum or minimum value in a numeric array using different methods which are given below methods 1)---->sorting, methods 2)----> Linear Search through the array, using java. sorting method for finding max and min values in arrays : Linear Search method for finding max and min value in array: when you made upto this , you can…
Read moreDay 1: Write a java program to find the value of specified expression 1) 101 + 0) / 3 3) 3.0e-6 * 10000000.1 4) true && true 5) false && true 6) (false && false) || (true && true) 7) (false || false) && (true && true) Expected Output : (101 + 0) / 3)-> 33 (3.0e-6 * 10…
Read more
Social Plugin