{"id":19349342,"url":"https://github.com/vipul1432/4thsem-java-practicals","last_synced_at":"2025-10-14T19:12:49.605Z","repository":{"id":110724595,"uuid":"491825131","full_name":"Vipul1432/4thSem-Java-Practicals","owner":"Vipul1432","description":"4th Semester-Java-Practicals GTU #OOPs All source code","archived":false,"fork":false,"pushed_at":"2022-06-15T04:44:57.000Z","size":49,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T06:36:26.169Z","etag":null,"topics":["data-structures","java","javafx","oops"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vipul1432.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-13T08:50:05.000Z","updated_at":"2023-02-26T10:34:52.000Z","dependencies_parsed_at":"2023-04-28T23:37:08.494Z","dependency_job_id":null,"html_url":"https://github.com/Vipul1432/4thSem-Java-Practicals","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vipul1432/4thSem-Java-Practicals","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vipul1432%2F4thSem-Java-Practicals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vipul1432%2F4thSem-Java-Practicals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vipul1432%2F4thSem-Java-Practicals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vipul1432%2F4thSem-Java-Practicals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vipul1432","download_url":"https://codeload.github.com/Vipul1432/4thSem-Java-Practicals/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vipul1432%2F4thSem-Java-Practicals/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020649,"owners_count":26086895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-structures","java","javafx","oops"],"created_at":"2024-11-10T04:25:47.290Z","updated_at":"2025-10-14T19:12:49.589Z","avatar_url":"https://github.com/Vipul1432.png","language":"Java","readme":"# 4thSem-Java-Practicals @GTU #OOPs\n\n#Practical 1 : \n\nWrite a Program that displays Welcome to Java, Learning Java Now and Programming is fun.\n\n![image](https://user-images.githubusercontent.com/81670997/168249847-c7329da6-65a8-4659-94c3-e643257c885e.png)\n\n#Practical 2 : \n\nWrite a program that solves the following equation and displays the value x and y: \n1) 3.4x+50.2y=44.5 2) 2.1x+.55y=5.9 (Assume Cramer’s rule to solve equation \nax + by = e                                      \nx = ed – bf / ad - bc \ncx + dy = f                                      \ny = af - ec / ad - bc)\n\n![image](https://user-images.githubusercontent.com/81670997/168250309-6fc8405b-8fd0-4988-87b7-1e672a7580ab.png)\n\n\n#Practical 3 :\n\nWrite a program that reads a number in meters, converts it to feet, and displays the result.\n\n![image](https://user-images.githubusercontent.com/81670997/168250733-a8430178-d2b8-443e-a7ad-916c721631e5.png)\n\n#Practical 4 : \n\nBody Mass Index (BMI) is a measure of health on weight. It can be calculated by taking your weight in kilograms and dividing by the square of your height in meters. Write a program that prompts the user to enter a weight in pounds and height in inches and displays the BMI.\n\n![image](https://user-images.githubusercontent.com/81670997/168461038-4523d85c-9f09-40ca-b18b-e7fcf7d634bc.png)\n\nPractical 5 : \n\nWrite a program that prompts the user to enter three integers and display the integers in decreasing order.\n\n![image](https://user-images.githubusercontent.com/81670997/168461129-e6437a70-8587-4be5-b4be-cf92d14bb6b9.png)\n\n#Practical 6 : \n\nWrite a program that prompts the user to enter a letter and check whether a letter is a vowel or constant.\n\n![image](https://user-images.githubusercontent.com/81670997/168738028-ce0a982e-fda0-4d89-bea9-3b21bcb7320f.png)\n\n#Practical 7 : \n\nAssume a vehicle plate number consists of three uppercase letters followed by four digits. Write a program to generate a plate number.\n\n![image](https://user-images.githubusercontent.com/81670997/170633807-12b23aa7-72cf-4850-b484-92ef60f9b09a.png)\n\n#Practical 8 :\n\nWrite a program that reads an integer and displays all its smallest factors in increasing order. For example, if input number is 120, the output should be as follows:2,2,2,3,5.\n\n![image](https://user-images.githubusercontent.com/81670997/170633946-3a80cf3a-907b-48a0-bfc5-a8adcae1f9df.png)\n\n#Practical 9 :\n\nWrite a program that prompts the user to enter two integers and compute the gcd of two integers.\n\n![image](https://user-images.githubusercontent.com/81670997/170850612-7c2c81ea-4b42-45e6-bcdf-eb9a676c0fb4.png)\n\n#Practical 10 : \n\nWrite a test program that prompts the user to enter ten numbers, invoke a method to reverse the numbers, display the numbers\n\n![image](https://user-images.githubusercontent.com/81670997/170852912-5c5f79ad-346a-4496-9ba0-1834c7bdb868.png)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvipul1432%2F4thsem-java-practicals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvipul1432%2F4thsem-java-practicals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvipul1432%2F4thsem-java-practicals/lists"}