Skip to content

Sparrowdi/first-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# Заголовок первого уровня

## Маркдаун

**Маркдаун** - язык специальной разметки.


## Файл readme.md содержит:

_ название проекта и краткое описание _

_ технологии, используемые в проекте. _

* документацию *

* планы проекта, если они есть *

## Java

void printAllExpensesByCategories() {

        // замените логику для работы с таблицами

&nbsp;       ArrayList<Double> expenses;



&nbsp;       for (String category : expensesByCategories.keySet()) {

&nbsp;           System.out.println(category);

&nbsp;           expenses = expensesByCategories.get(category);

&nbsp;           for (Double expense : expenses) {

&nbsp;               System.out.println(expense);

&nbsp;           }

&nbsp;       }

&nbsp;   }

## Ссылка

[Яндекс](https://www.yandex.ru "Я - Яндекс")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors