LibreOffice is an Open Source Software.
<h3>
Open Source Software (OSS)</h3>
A software is classified as <u>Open Source</u> when your code can be use, modified and distribute with its original rights.
<h3>
LibreOffice</h3>
For answering this question, you should know a software LibreOffice.
LibreOffice is a software that allows to create: sheets, documents, drawing, charting, database, presentations, etc. It's free and an open source software - main advantages when compared to other software available.
In the other words, LibreOffice is free because the user does not need to pay any license. Also, it is an open source software because your code can manipulate for any developer.
Read more about Open Source Software here:
brainly.com/question/4593389
The color sensor if i’m correct
Answer:
String date = "21/05/2020";
String dayStr = date.substring(0,2);
int day = Integer.parseInt(dayStr);
System.out.println(day);
Explanation:
Create a variable called <em>date</em> which holds the current date
Create a variable called <em>dayStr</em>. Initialize it to the day part of the <em>date</em> using the substring method
Create a variable called <em>day</em>. Parse the <em>dayStr</em> and assign it to the <em>day</em>
Print the <em>day</em>
Answer:
yes it can it shows u what you did wrong or what you did right
Explanation:
brainlet me please